Skip to content

Commit

Permalink
skip deployment workflow entirely if unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Sep 27, 2024
1 parent a666104 commit d14e10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
docs-deploy:
name: Deploy Documentation
runs-on: ubuntu-latest
if: github.ref_name == 'main' || startsWith(github.ref, 'refs/tags/')
needs:
- docs-lint
permissions:
Expand Down

0 comments on commit d14e10a

Please sign in to comment.