Skip to content

Commit

Permalink
Merge pull request #199 from puppetlabs/cat-1829-run_ci_on_pr_target
Browse files Browse the repository at this point in the history
(CAT-1829) - Update ci to run on pull_request_target
  • Loading branch information
LukasAud committed May 1, 2024
2 parents 0b78120 + 9b091e9 commit 24715ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
pull_request_target:
types:
- opened
- synchronize
workflow_dispatch:

env:
Expand Down

0 comments on commit 24715ae

Please sign in to comment.