mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-05-06 01:16:44 +00:00
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:
committed by
Dario Tranchitella
parent
fa8e805842
commit
b97c23176d
3
.github/workflows/helm.yml
vendored
3
.github/workflows/helm.yml
vendored
@@ -6,9 +6,6 @@ on:
|
||||
tags: [ "helm-v*" ]
|
||||
pull_request:
|
||||
branches: [ "*" ]
|
||||
create:
|
||||
branches: [ "*" ]
|
||||
tags: [ "helm-v*" ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user