mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +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
@@ -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