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-11-02 17:13:10 +01:00
committed by Dario Tranchitella
parent fa8e805842
commit b97c23176d
-3
View File
@@ -6,9 +6,6 @@ on:
tags: [ "helm-v*" ]
pull_request:
branches: [ "*" ]
create:
branches: [ "*" ]
tags: [ "helm-v*" ]
jobs:
lint: