Skip to content

Commit 5eeaa06

Browse files
committed
(CAT-1618) - Update ci trigger to pr target
1 parent 15d201d commit 5eeaa06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
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)