Update helm_chart_release.yml - run release on push to master on changes to k8s/chart files

This commit is contained in:
JesseBot 2023-11-20 21:44:29 +01:00 committed by Chris Lu
parent 2fa37e0287
commit 0770f567e5

View file

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