Skip to content

Commit b6cd782

Browse files
authored
Merge pull request #391 from puppetlabs/cat-1829-run_ci_on_pr_target
(CAT-1829) - Update ci to run on pull_request_target
2 parents 15d201d + 5eeaa06 commit b6cd782

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)