Skip to content

Commit

Permalink
Removes the deployment in case of a pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
atuleu committed Aug 5, 2024
1 parent dadfeb1 commit cc09fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sphinx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:

# Deployment job
deploy:
if: github.event.event_name == 'push'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit cc09fae

Please sign in to comment.