Skip to content

Commit bfea49d

Browse files
authored
Merge pull request #443 from puppetlabs/maint-update_ci.yml-event-trigger
(maint) - update trigger in ci.yml
2 parents 74cc35e + 4486e94 commit bfea49d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: "ci"
22

33
on:
4-
pull_request:
5-
branches:
6-
- "main"
4+
pull_request_target:
5+
types: [opened, synchronize, reopened]
76
workflow_dispatch:
87

98
env:

0 commit comments

Comments
 (0)