From efe3ccb32d0bc9099b518b2c8d2524b19a3bc424 Mon Sep 17 00:00:00 2001 From: Wolfgang Hoenig Date: Fri, 9 Feb 2024 14:26:59 +0100 Subject: [PATCH] enable simulation systemtests on all PRs --- .github/workflows/systemtests_sim.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/systemtests_sim.yml b/.github/workflows/systemtests_sim.yml index e30cd8fc7..75a84d912 100644 --- a/.github/workflows/systemtests_sim.yml +++ b/.github/workflows/systemtests_sim.yml @@ -2,7 +2,9 @@ name: System Tests Simulation on: push: - branches: [ "main", "feature-systemtests-sim-fixed-timestamp" ] + branches: [ main ] + pull_request: + branches: [ main ] # manual trigger workflow_dispatch: