1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 12:29:37 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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