From 99360700854001541c91b1b697654a00c0db6ac7 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Tue, 21 May 2024 11:56:34 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Run=20Test.yml=20on=20mai?= =?UTF-8?q?n=20always=20and=20if=20template=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #119 --- .github/workflows/Test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index d4641005..d8b3f3dd 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -4,10 +4,6 @@ on: push: branches: - main - paths: - - "src/**" - - "test/**" - - "*.toml" tags: ["*"] pull_request: branches: @@ -15,6 +11,7 @@ on: paths: - "src/**" - "test/**" + - "templates/**" - "*.toml" types: [opened, synchronize, reopened] workflow_dispatch: