From a97e4540fecc929a45d20d62369229c7ed70a6e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Hoenig Date: Wed, 15 Nov 2023 09:51:50 +0100 Subject: [PATCH] change CI --- .github/workflows/systemtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/systemtests.yml b/.github/workflows/systemtests.yml index a2c6b1168..d219124ba 100644 --- a/.github/workflows/systemtests.yml +++ b/.github/workflows/systemtests.yml @@ -2,7 +2,7 @@ name: System Tests on: push: - branches: [ "main", "feature_systemtests" ] + branches: [ "feature_systemtests" ] # manual trigger workflow_dispatch: