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 17:59:38 +01:00
committed by GitHub
parent 56287bd07d
commit d6e0cae6e7

View File

@@ -1,10 +1,8 @@
name: "helm: publish charts" name: "helm: publish charts"
on: on:
push: push:
branches: tags:
- master - '*'
paths:
- "k8s/charts/**"
permissions: permissions:
contents: write contents: write