Skip to content

Commit bf4f9f9

Browse files
committed
feat: publish on tag or on /helm change
Signed-off-by: Ales Verbic <averbic@applause.com>
1 parent e4fcc90 commit bf4f9f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/publish-helm-chart.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: publish-helm-chart
33
on:
44
push:
55
branches: ['master']
6+
tags:
7+
- '*'
8+
paths:
9+
- 'helm/**'
610

711
concurrency: ${{ github.ref }}
812

@@ -13,9 +17,9 @@ jobs:
1317
contents: read
1418
packages: write
1519
steps:
16-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
1721
- name: Install Helm
18-
uses: azure/setup-helm@v3
22+
uses: azure/setup-helm@v4.2.0
1923
- name: Package and upload chart
2024
shell: bash
2125
env:

0 commit comments

Comments
 (0)