We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8737642 commit b540a1fCopy full SHA for b540a1f
.github/workflows/helm.yaml
@@ -5,6 +5,8 @@ on:
5
branches:
6
- main
7
- release-*
8
+
9
+ workflow_dispatch:
10
11
permissions:
12
contents: read
@@ -39,7 +41,7 @@ jobs:
39
41
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
40
42
43
- name: Run chart-testing (lint)
- run: ct lint --config ./.ct.yaml
44
+ run: ct lint --config --target-branch ${{ github.ref_name }} ./.ct.yaml
45
46
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
47
id: filter
0 commit comments