Skip to content

Commit

Permalink
v0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed May 18, 2023
1 parent 90b51b7 commit c831d07
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
# Map a step output to a job output
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
should_skip: ${{ steps.skip_check.outputs.should_skip }} && ! (startsWith(github.ref, 'refs/tags/') && github.event_name == 'push')
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
Expand Down

0 comments on commit c831d07

Please sign in to comment.