Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit b47b325

Browse files
committed
only run build if we commit a tag
1 parent e9e5cc2 commit b47b325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: npm run package
2929
- name: Build/release Electron app
3030
uses: samuelmeuli/action-electron-builder@v1
31+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
3132
with:
3233
# GitHub token, automatically provided to the action
3334
# (No need to define this secret in the repo settings)

0 commit comments

Comments
 (0)