Skip to content

Commit b540a1f

Browse files
add workflow to helm release and update ct for branch (#11378)
Signed-off-by: James Strong <strong.james.e@gmail.com> Co-authored-by: James Strong <strong.james.e@gmail.com>
1 parent 8737642 commit b540a1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/helm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- release-*
8+
9+
workflow_dispatch:
810

911
permissions:
1012
contents: read
@@ -39,7 +41,7 @@ jobs:
3941
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
4042

4143
- name: Run chart-testing (lint)
42-
run: ct lint --config ./.ct.yaml
44+
run: ct lint --config --target-branch ${{ github.ref_name }} ./.ct.yaml
4345

4446
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
4547
id: filter

0 commit comments

Comments
 (0)