Skip to content

Commit 939ffb8

Browse files
committed
chore: Trigger PR checks on other events
1 parent 0ee6ca5 commit 939ffb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: Pull Request
22

33
on:
44
pull_request:
5+
types:
6+
- opened
7+
- synchronize
8+
- reopened
9+
- edited
10+
- labeled
11+
- unlabeled
512
branches:
613
- main
714

0 commit comments

Comments
 (0)