Skip to content

Commit de93360

Browse files
authoredMay 1, 2024··
Merge pull request #50 from puppetlabs/cat-1829-run_ci_on_pr_target
(CAT-1829) - Update ci to run on pull_request_target
2 parents 3013a89 + c8e10af commit de93360

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/ci.yaml

+5-1
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)
Please sign in to comment.