Skip to content

Commit

Permalink
Do not deploy pages on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Jul 4, 2024
1 parent 3118d05 commit 1fa9194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Download docs artifact
Expand Down

0 comments on commit 1fa9194

Please sign in to comment.