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:
Molecule AI · plugin-dev 2026-04-23 05:37:16 +00:00
parent fc6f71194e
commit 8250fd0008

View File

@ -8,6 +8,7 @@ name: publish-image
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions: