From 590ef4c91da91d359f398709dbd5f86b836873e1 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Fri, 13 Dec 2024 12:26:52 -0700 Subject: [PATCH] Default branch update for patch on 2024 release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d2b5f577..19f97d9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release - DEFAULT_BRANCH: develop + DEFAULT_BRANCH: patch WX_VERSION: '3.2.6' jobs: