Skip to content

Commit

Permalink
Merge pull request #348 from puppetlabs/IT-87329-run_ci_on_pr
Browse files Browse the repository at this point in the history
(IT-87329) - Update workflows to run on pull_request
  • Loading branch information
david22swan committed May 22, 2024
2 parents e4a8fc8 + 755f163 commit 2173a34
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: "mend"

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

0 comments on commit 2173a34

Please sign in to comment.