Skip to content

Commit fb17a7c

Browse files
authored
Update pull request event types in workflow
This will ensure we run on label chnages.
1 parent 5411281 commit fb17a7c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/contrib.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ on:
44
issue_comment:
55
types: [created]
66
pull_request:
7+
types:
8+
- opened
9+
- closed
10+
- synchronize
11+
- labeled
12+
- unlabeled
13+
- opened
14+
- reopened
15+
- edited
16+
# For jobs that don't run on draft PRs.
17+
- ready_for_review
718

819
permissions:
920
contents: read

0 commit comments

Comments
 (0)