diff --git a/.github/workflows/manifests.yml b/.github/workflows/manifests.yml index b585a0159f..d0694685a0 100644 --- a/.github/workflows/manifests.yml +++ b/.github/workflows/manifests.yml @@ -3,9 +3,8 @@ name: manifests on: pull_request: - paths: - - 'manifests/**/*.yml' - - '!manifests/templates/**/' + branches: + - "*" jobs: list-changed-manifests: