Skip to content

Commit

Permalink
run publish only on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskniep committed May 25, 2024
1 parent c7ceac7 commit 4466671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- unit-tests
- check-diff
- lint
if: needs.detect-noop.outputs.noop != 'true'
if: needs.detect-noop.outputs.noop != 'true' && contains(github.ref, 'refs/tags/v')

steps:
- name: Setup QEMU
Expand Down

0 comments on commit 4466671

Please sign in to comment.