From 1c7875bf04de045ff4580e393a631207e155f7de Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Sat, 30 Oct 2021 19:17:16 +0530 Subject: [PATCH] fix: duplicate release for helm chart this commit remote helm release workflow trigger on create which triggers duplicate event as push fixes: #459 --- .github/workflows/helm.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 96edc93b..e4def215 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -6,9 +6,6 @@ on: tags: [ "helm-v*" ] pull_request: branches: [ "*" ] - create: - branches: [ "*" ] - tags: [ "helm-v*" ] jobs: lint: