From b886bd8aed75e1a73ded2c994672bf176b90442c Mon Sep 17 00:00:00 2001 From: wowo-zZ Date: Sat, 14 Mar 2026 16:08:35 +0800 Subject: [PATCH] chore(ci): trigger image publish only on release events - Change workflow trigger from push events to release published events - Remove automatic builds on main branch merges - Keep manual workflow_dispatch option for flexibility --- .github/workflows/publish-images.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 74655dc6..b5e42548 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -1,12 +1,8 @@ name: Publish Images on: - push: - branches: - - main - - feature/project-init - tags: - - "v*.*.*" + release: + types: [published] workflow_dispatch: concurrency: