Skip to content

ci: add github action to validate template files on PR (#135) #330

ci: add github action to validate template files on PR (#135)

ci: add github action to validate template files on PR (#135) #330

Workflow file for this run

name: release
on:
push:
branches:
- main
release:
types: [published, created]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: stable