Skip to content

Commit

Permalink
(ITHELP-87329) - Update ci trigger to on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed May 22, 2024
1 parent c4c1b25 commit c25e0b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
push:
branches:
- "main"
pull_request_target:
types:
- opened
- synchronize
pull_request:
branches:
- "main"
workflow_dispatch:

env:
Expand Down
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 c25e0b7

Please sign in to comment.