Skip to content

Commit

Permalink
fix: duplicate release for helm chart
Browse files Browse the repository at this point in the history
this commit remote helm release workflow trigger on create which triggers duplicate event as push

fixes: projectcapsule#459
  • Loading branch information
viveksyngh committed Oct 30, 2021
1 parent fa8e805 commit 1c7875b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
tags: [ "helm-v*" ]
pull_request:
branches: [ "*" ]
create:
branches: [ "*" ]
tags: [ "helm-v*" ]

jobs:
lint:
Expand Down

0 comments on commit 1c7875b

Please sign in to comment.