mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update helm_chart_release.yml - run release on push to master on changes to k8s/chart files
This commit is contained in:
parent
2fa37e0287
commit
0770f567e5
6
.github/workflows/helm_chart_release.yml
vendored
6
.github/workflows/helm_chart_release.yml
vendored
|
@ -1,8 +1,10 @@
|
||||||
name: "helm: publish charts"
|
name: "helm: publish charts"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- master
|
||||||
|
paths:
|
||||||
|
- "k8s/charts/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in a new issue