Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d512f5e

Browse files
authoredMay 21, 2024
Merge pull request #114 from puppetlabs/ITHELP-87329
pdksync - (ITHELP-87329) - replace pull_request_target with pull_request
2 parents 51af8f4 + 300913e commit d512f5e

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)
Please sign in to comment.