fix(ci): add pull_request trigger to publish-image workflow
Branch protection on main requires the publish / Build & push template image check to pass for all PRs. The workflow previously only triggered on push to main, so PRs could never satisfy branch protection. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
parent
fc6f71194e
commit
8250fd0008
1
.github/workflows/publish-image.yml
vendored
1
.github/workflows/publish-image.yml
vendored
@ -8,6 +8,7 @@ name: publish-image
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user