Skip to content

Commit d871c4d

Browse files
authored
Merge pull request #1423 from puppetlabs/update_mend
pdksync - update mend to work on cron
2 parents 6027cd7 + 2e149d5 commit d871c4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/mend.yml

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

33
on:
4-
pull_request:
5-
branches:
6-
- "main"
4+
pull_request_target:
5+
types:
6+
- opened
7+
- synchronize
78
schedule:
89
- cron: "0 0 * * *"
910
workflow_dispatch:

0 commit comments

Comments
 (0)