Skip to content

Commit

Permalink
Check that it doesn;t run when branches mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCurtis committed Jan 28, 2024
1 parent 87a28f1 commit 8b8dd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: site

Upload-to-Pages:
if: github.ref == 'refs/heads/basic-documentation'
if: github.ref == 'refs/heads/something-else'
needs: Create-Docs
permissions:
pages: write
Expand Down

0 comments on commit 8b8dd80

Please sign in to comment.