chore: triggering Helm Charts CD upon tag release

This commit is contained in:
Dario Tranchitella
2021-05-07 16:19:11 +02:00
parent 2fdc08c2f4
commit ac7114e975

View File

@@ -17,7 +17,7 @@ jobs:
- name: Linting Chart
run: helm lint ./charts/capsule
release:
if: github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/helm-v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2