From dc92e2db91b3e1ba905420c1a55fc43ee89a4ca3 Mon Sep 17 00:00:00 2001 From: SCiarella Date: Wed, 20 Nov 2024 11:17:12 +0100 Subject: [PATCH] update test action trigger --- .github/workflows/Test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 6753ea3..1c378a3 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -4,7 +4,8 @@ on: push: branches: - main - #tags: ["*"] #uncomment the line if you want to run the workflow only when a new tag is pushed + tags: ["*"] + pull_request: workflow_dispatch: jobs: