From 63f20a7f04534a66bf6c1c01b200d65ef88b0c4f Mon Sep 17 00:00:00 2001 From: "Virgil R." Date: Tue, 30 Sep 2025 20:07:48 +0200 Subject: [PATCH] Update helm-test.yml --- .github/workflows/helm-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 2aa11aa..18ec940 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -3,13 +3,13 @@ name: Helm Chart CI on: pull_request: paths: - - 'helm-charts/gitea-mirror/**' + - 'helm/gitea-mirror/**' - '.github/workflows/helm-test.yml' - '.github/ci/values-ci.yaml' push: branches: [ main ] paths: - - 'helm-charts/gitea-mirror/**' + - 'helm/gitea-mirror/**' - '.github/workflows/helm-test.yml' - '.github/ci/values-ci.yaml' workflow_dispatch: