From 1a581ed191fc58d0c558f940d5f365bd8cb10b69 Mon Sep 17 00:00:00 2001 From: nguu0123 Date: Sun, 10 Aug 2025 13:17:34 +0300 Subject: [PATCH] Limit docker image workflow to tags and manual triggers --- .github/workflows/build-and-publish-image.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-and-publish-image.yml b/.github/workflows/build-and-publish-image.yml index b5c6d7fb..e4241edd 100644 --- a/.github/workflows/build-and-publish-image.yml +++ b/.github/workflows/build-and-publish-image.yml @@ -2,13 +2,8 @@ name: Build and Publish Docker Image on: push: - branches: - - main tags: - 'v*' - pull_request: - branches: - - main workflow_dispatch: inputs: publish: