Update helm_chart_release.yml - run release on push to master on changes to k8s/chart files
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user