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)
|
- name: Run chart-testing (lint)
|
||||||
run: |
|
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 }}
|
--target-branch ${{ github.base_ref }}
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: Release Helm Charts
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- release
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/helm-release.yml'
|
- '.github/workflows/helm-release.yml'
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user