Skip to content

Commit f03f742

Browse files
Merge pull request #51 from puppetlabs/IT-87329-run_ci_on_pr
(IT-87329) - Update workflows to run on pull_request
2 parents de93360 + 9586f16 commit f03f742

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .github/workflows/ci.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
push:
55
branches:
66
- "main"
7-
pull_request_target:
8-
types:
9-
- opened
10-
- synchronize
7+
pull_request:
8+
branches:
9+
- "main"
1110
workflow_dispatch:
1211

1312
jobs:

0 commit comments

Comments
 (0)