From b90ef89c8a904ba1275804f51c6d90ab55c3bee0 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 9 Jun 2024 14:03:01 +0800 Subject: [PATCH] chore: update config --- .github/workflows/deploy-helm-charts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}"