Skip to content

Commit 145f6a5

Browse files
Merge pull request #392 from puppetlabs/IT-87329-run_ci_on_pr
(IT-87329) - Update workflows to run on pull_request
2 parents b6cd782 + 3f97165 commit 145f6a5

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/ci.yml

+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
env:

.github/workflows/mend.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: "mend"
22

33
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- synchronize
4+
pull_request:
5+
branches:
6+
- "main"
87
schedule:
98
- cron: "0 0 * * *"
109
workflow_dispatch:

0 commit comments

Comments
 (0)