From 1e2e5e182e7200f811281767379556e4f8323390 Mon Sep 17 00:00:00 2001 From: James Strong Date: Fri, 26 Apr 2024 09:34:17 -0400 Subject: [PATCH] add workflow to helm release and update ct for branch (#11317) Signed-off-by: James Strong --- .github/workflows/helm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 34af63189e..14d191fe91 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -5,6 +5,8 @@ on: branches: - main - release-* + + workflow_dispatch: permissions: contents: read @@ -39,7 +41,7 @@ jobs: uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 - name: Run chart-testing (lint) - run: ct lint --config ./.ct.yaml + run: ct lint --config --target-branch ${{ github.ref_name }} ./.ct.yaml - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 id: filter