fix: duplicate release for helm chart

this commit remote helm release workflow trigger on create which triggers duplicate event as push

fixes: #459
This commit is contained in:
Vivek Singh
2021-10-30 19:17:16 +05:30
committed by Dario Tranchitella
parent fa8e805842
commit b97c23176d

View File

@@ -6,9 +6,6 @@ on:
tags: [ "helm-v*" ]
pull_request:
branches: [ "*" ]
create:
branches: [ "*" ]
tags: [ "helm-v*" ]
jobs:
lint: