Skip to content

Commit 9e34113

Browse files
committed
update helm chart so it only updates on releases
1 parent 9bd5308 commit 9e34113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-oci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: appany/helm-oci-chart-releaser@v0.3.0
32+
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
3233
with:
3334
name: chisel-operator
3435
repository: fyralabs/chisel-operator

0 commit comments

Comments
 (0)