From 17daa30c4c0ac26b9f4bb47197306591f4237750 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Wed, 19 Jun 2024 12:18:28 +0200 Subject: [PATCH] run on pull_request, but with more types --- .github/workflows/swarco_itc3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swarco_itc3.yml b/.github/workflows/swarco_itc3.yml index 132c281f..7ac55877 100644 --- a/.github/workflows/swarco_itc3.yml +++ b/.github/workflows/swarco_itc3.yml @@ -6,8 +6,8 @@ name: Swarco ITC-3 on: - push: - types: [ labeled ] + pull_request: + types: [ opened, reopnened, synchronize, labeled ] schedule: # schedule runs only on the default branch. time is in UTC. # * is a special character in YAML so you have to quote this string.