From 8ec798bc7dcd8302eff731d53ebb3a976b9390d4 Mon Sep 17 00:00:00 2001 From: Michael Onken Date: Wed, 18 Oct 2023 13:34:40 +0200 Subject: [PATCH] Set all to testing branch. --- .github/workflows/cmake-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-win.yml b/.github/workflows/cmake-win.yml index f1097748..9f2d7b6a 100644 --- a/.github/workflows/cmake-win.yml +++ b/.github/workflows/cmake-win.yml @@ -2,7 +2,7 @@ name: C/C++ CI Windows on: push: - branches: [ "master" ] + branches: [ "testing" ] pull_request: branches: [ "testing" ] # TODO workflow_dispatch: