Move helm directory to charts

This commit is contained in:
Martin Šalata
2021-04-13 12:43:20 +02:00
parent 8e6dbd40c7
commit 43fd3fd847
16 changed files with 3 additions and 6 deletions

View File

@@ -4,9 +4,8 @@ on:
push:
branches:
- main
# TODO: add this back
# paths:
# - 'helm/**'
paths:
- 'charts/**'
jobs:
release:
@@ -49,7 +48,5 @@ jobs:
- name: Run chart-releaser
if: steps.helm_version_checker.outcome == 'success'
uses: helm/chart-releaser-action@master
with:
charts_dir: 'helm'
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'