Skip to content

Commit

Permalink
Add more trigger PR types
Browse files Browse the repository at this point in the history
  • Loading branch information
0risc committed Sep 24, 2024
1 parent 9e7020d commit ea31ae2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/require-pr-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
# pull_request:
# paths:
# - 'Formula/**'
pull_request_target:
pull_request:
types:
- labeled
- unlabeled
- opened
- synchronize
- reopened


jobs:
Expand Down

0 comments on commit ea31ae2

Please sign in to comment.