mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 21:26:23 +08: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:
parent
56287bd07d
commit
d6e0cae6e7
6
.github/workflows/helm_chart_release.yml
vendored
6
.github/workflows/helm_chart_release.yml
vendored
@ -1,10 +1,8 @@
|
||||
name: "helm: publish charts"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "k8s/charts/**"
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
Loading…
Reference in New Issue
Block a user