Skip to content

Commit abc11b1

Browse files
committed
(CAT-1618) - Update ci trigger to pr target
1 parent 60ab3e5 commit abc11b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
push:
55
branches:
66
- "main"
7-
pull_request:
8-
branches:
9-
- "main"
7+
pull_request_target:
8+
types:
9+
- opened
10+
- synchronize
1011
workflow_dispatch:
1112

1213
env:

0 commit comments

Comments
 (0)