From 1952058c0bd1eddd75e5eb7245f0cb3bd436f4ca Mon Sep 17 00:00:00 2001 From: zbeyens Date: Sat, 30 Sep 2023 18:52:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-templates.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: