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/**'