Skip to content

Commit eef441b

Browse files
authored
add triggers (#1571)
1 parent bbe49da commit eef441b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test_integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ name: Run Integration Tests
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
5+
types:
6+
- opened
7+
- reopened
8+
- ready_for_review
9+
- synchronize
10+
- labeled
11+
- unlabeled
612
branches:
713
- master
814
schedule:

0 commit comments

Comments
 (0)