Skip to content

Commit 79191f6

Browse files
authored
Merge pull request #1598 from puppetlabs/ITHELP-87329
pdksync - (ITHELP-87329) - replace pull_request_target with pull_request
2 parents 09c5797 + de9e9d7 commit 79191f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .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)