Skip to content

Commit c8e10af

Browse files
author
jordanbreen28
committed
(CAT-1618) - Update ci trigger to pr target
1 parent 3013a89 commit c8e10af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: "ci"
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- "main"
7+
pull_request_target:
8+
types:
9+
- opened
10+
- synchronize
711
workflow_dispatch:
812

913
jobs:

0 commit comments

Comments
 (0)