Skip to content

Commit

Permalink
Add CI branch to the pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Nov 22, 2023
1 parent e8cfea8 commit a00b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "!.github/**"
branches: ["ci"]
pull_request_target:
branches: ["master"]
branches: ["master", "ci"]
paths:
- "**/*"
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
Expand Down

0 comments on commit a00b418

Please sign in to comment.