Skip to content

Commit

Permalink
(CAT-770) - Update mend to run on pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Feb 1, 2024
1 parent 3f03ee0 commit 24b41a8
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 24b41a8

Please sign in to comment.