diff --git a/.github/workflows/ci-templates.yml b/.github/workflows/ci-templates.yml index d661fdf795..5a33fe5cea 100644 --- a/.github/workflows/ci-templates.yml +++ b/.github/workflows/ci-templates.yml @@ -6,6 +6,13 @@ on: - main paths: - 'templates/**' + pull_request: + types: + - opened + - synchronize + - reopened + paths: + - 'templates/**' jobs: build: