diff --git a/.github/workflows/deploy-helm-charts.yml b/.github/workflows/deploy-helm-charts.yml index aea9567..4d5baa8 100644 --- a/.github/workflows/deploy-helm-charts.yml +++ b/.github/workflows/deploy-helm-charts.yml @@ -3,7 +3,7 @@ name: Deploy Helm Charts on: push: branches: - - main + - master paths: - "k8s/helm/**" workflow_dispatch: @@ -34,6 +34,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: k8s/helm + charts_dir: k8s env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"