fix: publish helm chart at new release (#5265)

fix: publish helm chart at new release (tags)

instead of each push to master, to avoid silent breaking changes
This commit is contained in:
Sébastien
2024-01-30 08:59:38 -08:00
committed by GitHub
parent 56287bd07d
commit d6e0cae6e7
+2 -4
View File
@@ -1,10 +1,8 @@
name: "helm: publish charts"
on:
push:
branches:
- master
paths:
- "k8s/charts/**"
tags:
- '*'
permissions:
contents: write