Skip to content

Commit 763d220

Browse files
changed pr workflow triggers
1 parent 80a039f commit 763d220

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
name: CI
44

55
on:
6-
pull_request:
6+
pull_request:
7+
# Defaults + ready_for_review
8+
types:
9+
- opened
10+
- reopened
11+
- synchronize
12+
- ready_for_review
13+
- labeled
14+
- unlabeled
715
push:
816
branches:
917
- main

0 commit comments

Comments
 (0)