Skip to content

Commit 9427ef4

Browse files
committed
chore(ci): pr handling cleanup
1 parent a60a95c commit 9427ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
deploy-gh-pages:
7373
if: |
7474
github.event.workflow_run.conclusion == 'success' &&
75+
github.event.workflow_run.event == 'push' &&
7576
github.event.workflow_run.head_branch == 'main'
7677
runs-on: ubuntu-latest
7778
permissions:

0 commit comments

Comments
 (0)