Skip to content

Commit

Permalink
Merge pull request #545 from puppetlabs/pdksync_cat-770-run_mend_on_prs
Browse files Browse the repository at this point in the history
pdksync - (CAT-770) - Update mend to run on pull_request_target
  • Loading branch information
LukasAud authored Feb 1, 2024
2 parents f01421e + 3465aa9 commit 20e6cef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "mend"

on:
pull_request:
branches:
- "main"
pull_request_target:
types:
- opened
- synchronize
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand Down

0 comments on commit 20e6cef

Please sign in to comment.