Skip to content

Commit

Permalink
Update release workflow to run only on tagged commits
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 12, 2024
1 parent 3656103 commit 6f51e39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
path: out/
release:
runs-on: windows-latest
if: startsWith(github.ref, 'refs/tags/v')
needs: run-and-upload
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 6f51e39

Please sign in to comment.