Skip to content

Commit

Permalink
if: github.ref == 'refs/heads/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 12, 2024
1 parent 5effce5 commit dd32420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
needs: build_docs
runs-on: ubuntu-latest
steps:
- if: github.event_name != 'pull_request'
- if: github.ref == 'refs/heads/main'
uses: actions/deploy-pages@v4
id: deployment

0 comments on commit dd32420

Please sign in to comment.