Skip to content

Commit

Permalink
Release triggered by tags instead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
vv-monsalve committed Jun 6, 2024
1 parent 8be6144 commit 505e244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

release:
# only run if the commit is tagged...
if: github.event_name == 'release'
if: contains(github.ref, 'refs/tags/')
# ... and it builds successfully
needs:
- build
Expand Down

0 comments on commit 505e244

Please sign in to comment.