From 8250fd0008f82a0af373fd53d7e30a95a270203c Mon Sep 17 00:00:00 2001 From: Molecule AI Plugin-Dev Date: Thu, 23 Apr 2026 05:37:16 +0000 Subject: [PATCH] fix(ci): add pull_request trigger to publish-image workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .github/workflows/publish-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 18c6e06..7a41edc 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -8,6 +8,7 @@ name: publish-image on: push: branches: [main] + pull_request: workflow_dispatch: permissions: