From 1f36148c3f10289b106875528e1c90855f68e7dc Mon Sep 17 00:00:00 2001 From: Ryan Lo Date: Sun, 10 Mar 2024 16:19:42 +0800 Subject: [PATCH] add path filter Signed-off-by: Ryan Lo --- .github/workflows/validate-helm-charts.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-helm-charts.yaml b/.github/workflows/validate-helm-charts.yaml index 7fc244b77c..dc55ad980c 100644 --- a/.github/workflows/validate-helm-charts.yaml +++ b/.github/workflows/validate-helm-charts.yaml @@ -4,6 +4,9 @@ on: pull_request: branches: - master + paths: + - deployment + - docker/sandbox-bundled/manifests jobs: lint-and-test-charts: