Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 17, 2024
1 parent b690bfb commit 14cb509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
main:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/heads/')
if: github.ref_type != 'tag'
outputs:
published_url: ${{ steps.publish.outputs.url }}
steps:
Expand Down

0 comments on commit 14cb509

Please sign in to comment.