Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
dual-wield-ray committed Nov 19, 2022
1 parent 68cd658 commit 2bb8c2e
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 @@ -26,7 +26,7 @@ jobs:


publish-documentation:
if: github.ref_name == 'main' || github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.ref_name == 'main' || github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v')

needs: build-documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2bb8c2e

Please sign in to comment.