Skip to content

Commit

Permalink
Push on all is redundant when the pull_request filter is setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 7, 2024
1 parent 7217c49 commit a2f43e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# * https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=synchronize#pull_request
on:
push:
branches:
- main
pull_request:
types:
- opened
Expand Down

0 comments on commit a2f43e3

Please sign in to comment.