Skip to content

Commit 5f909f1

Browse files
authored
Update Deploy.yml
1 parent 21b2f62 commit 5f909f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: rm -rf __site/data
4141

4242
- name: Deploy to GitHub Pages
43-
if: ${{ github.event_name == 'push' }}
43+
if: ${{ github.event_name != 'pull_request' }}
4444
uses: JamesIves/github-pages-deploy-action@4.1.0
4545
with:
4646
branch: gh-pages

0 commit comments

Comments
 (0)