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

Commit b471fa3

Browse files
committed
adapt workflow
1 parent 0bba061 commit b471fa3

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
@@ -25,6 +25,7 @@ jobs:
2525
- name: Lint
2626
run: npm run lint
2727
- name: Package
28+
if: ${{ startsWith(github.ref, 'refs/tags/v') != true }}
2829
run: npm run package
2930
- name: Install Snapcraft
3031
uses: samuelmeuli/action-snapcraft@v1

0 commit comments

Comments
 (0)