From c16093824e514cc069aaeaa2f18d1e0b74bc11e6 Mon Sep 17 00:00:00 2001 From: arceus Date: Wed, 4 Feb 2026 22:46:10 -0700 Subject: [PATCH] change exe build workflow to the right branch --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4560d79..ea28b93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,9 +7,9 @@ name: MSBuild on: push: - branches: [ "main" ] + branches: [ "ExplorerEx-2k" ] pull_request: - branches: [ "main" ] + branches: [ "ExplorerEx-2k" ] env: # Path to the solution file relative to the root of the project.