Change to cut releases from the release branch

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-24 10:55:00 +01:00
parent e8768ec955
commit a29df4f6cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -3,7 +3,7 @@ name: Release Helm Charts
on:
push:
branches:
- main
- release
paths:
- '.github/workflows/helm-release.yml'
- 'charts/**'