Change to cut releases from the release branch
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Release Helm Charts
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release
|
||||
paths:
|
||||
- '.github/workflows/helm-release.yml'
|
||||
- 'charts/**'
|
||||
|
||||
Reference in New Issue
Block a user