Skip to content

Commit

Permalink
Only bundle and upload when creating a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Aug 12, 2023
1 parent 9f41d85 commit d63122d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: EndBug/version-check@v1
with:
diff-search: true
- run: yarn run bundleBuild
- uses: actions/upload-artifact@v3
- if: steps.check.outputs.changed == 'true'
run: yarn run bundleBuild
- if: steps.check.outputs.changed == 'true'
uses: actions/upload-artifact@v3
with:
path: hirse.outline-list-*.zip

0 comments on commit d63122d

Please sign in to comment.