Skip to content

Commit 2b73825

Browse files
Merge pull request #208 from puppetlabs/IT-87329-run_ci_on_pr
(IT-87329) - Update workflows to run on pull_request
2 parents 4e9f60e + 548e2d1 commit 2b73825

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/mend.yml

Lines changed: 3 additions & 4 deletions
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)