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.
1 parent 21b2f62 commit 5f909f1Copy full SHA for 5f909f1
.github/workflows/Deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
run: rm -rf __site/data
41
42
- name: Deploy to GitHub Pages
43
- if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event_name != 'pull_request' }}
44
uses: JamesIves/github-pages-deploy-action@4.1.0
45
with:
46
branch: gh-pages
0 commit comments