From 14a9d48f439a6383b0213ef6247ad3295fcf4064 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Wed, 8 Jul 2026 16:16:41 -0600 Subject: [PATCH 1/2] update default to patch branch --- .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 8bd8ef2a6..983192721 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.8.1' ORTOOLS_VER: "9.14" ORTOOLS_RELEASE: "6206" From 437c3f7a5b66c785b6e02eb2c7b18d293a75106e Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Wed, 8 Jul 2026 16:29:52 -0600 Subject: [PATCH 2/2] Update default branch to develop for develop --- .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 983192721..8bd8ef2a6 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: patch + DEFAULT_BRANCH: develop WX_VERSION: '3.2.8.1' ORTOOLS_VER: "9.14" ORTOOLS_RELEASE: "6206"