From 018424c0fa014c26219ca1b92283d12b53383cc6 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:27:25 +0800 Subject: [PATCH] chore: avoid trigger the helm release in main branch (#1089) --- .github/workflows/helm-release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 0cd56dce5..434dac9a8 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -4,8 +4,7 @@ on: push: tags: - 'v*.*.*' - branches: - - main + workflow_dispatch: jobs: helm: