Skip to content

skip releasing from non-main branches (#115) #315

skip releasing from non-main branches (#115)

skip releasing from non-main branches (#115) #315

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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: stable