diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index c007b02ba..d4637dbe1 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -4,8 +4,13 @@ on: pull_request: branches: - "*" - + paths: + - 'helm/**' + workflow_dispatch: ~ push: + branches: [ main ] + paths: + - 'helm/**' jobs: helm: