Skip to content

Commit

Permalink
Merge pull request #50 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 3013a89 + c8e10af commit de93360
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: "ci"

on:
pull_request:
push:
branches:
- "main"
pull_request_target:
types:
- opened
- synchronize
workflow_dispatch:

jobs:
Expand Down

0 comments on commit de93360

Please sign in to comment.