We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09eab8d + 22c8151 commit 4401a45Copy full SHA for 4401a45
1 file changed
.github/workflows/deploy-pages.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
- master
8
+ pull_request:
9
workflow_dispatch:
10
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -50,6 +51,7 @@ jobs:
50
51
uses: actions/upload-pages-artifact@v3
52
53
deploy:
54
+ if: github.event_name != 'pull_request'
55
environment:
56
name: github-pages
57
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments