From a29df4f6ccaeb7ab45afb36c7504eab2e2a22be6 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Wed, 22 Feb 2023 12:42:43 +0100 Subject: [PATCH] Change to cut releases from the release branch Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 2 +- .github/workflows/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 76bae0d..6736e48 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -65,7 +65,7 @@ jobs: - name: Run chart-testing (lint) run: | - ct lint --debug ${{ github.base_ref != 'main' && '--check-version-increment=false' || '' }} \ + ct lint --debug ${{ github.base_ref != 'release' && '--check-version-increment=false' || '' }} \ --target-branch ${{ github.base_ref }} outputs: diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index b60e2fc..fd703c4 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -3,7 +3,7 @@ name: Release Helm Charts on: push: branches: - - main + - release paths: - '.github/workflows/helm-release.yml' - 'charts/**'