Skip to content

Commit

Permalink
run release only on actual tags being set
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaleksic committed Jul 29, 2024
1 parent 53aa052 commit dd71843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: [ test ]
strategy:
matrix:
Expand Down

0 comments on commit dd71843

Please sign in to comment.