Skip to content

Commit

Permalink
chore: triggering Helm Charts CD upon tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed May 7, 2021
1 parent 2fdc08c commit ac7114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac7114e

Please sign in to comment.