diff --git a/.github/workflows/validate-helm-chart.yml b/.github/workflows/validate-helm-chart.yml index e8284e8dc7..8e053573eb 100644 --- a/.github/workflows/validate-helm-chart.yml +++ b/.github/workflows/validate-helm-chart.yml @@ -8,6 +8,9 @@ on: branches: - 'main' - '[0-9]+.[1-9][0-9]*.x' + paths: + - "**/chart/**" + defaults: run: shell: bash