Skip to content

Commit

Permalink
Merge pull request #890 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
gavindidrichsen authored May 22, 2024
2 parents 7011f13 + 5d0c223 commit 4c19f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: mend
on:
schedule:
- cron: '0 0 * * *'
pull_request_target:
types:
- opened
- synchronize
pull_request:
branches:
- "main"
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/vscode-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:

jobs:
Expand Down

0 comments on commit 4c19f20

Please sign in to comment.