From 57fb1eb27ba5a181fc610b23fd658540a72cff85 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:15:47 -0700 Subject: [PATCH] Update Windows build workflow for branch handling --- .github/workflows/windows-build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index ad529a56..323d92f2 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -1,12 +1,13 @@ name: Windows Build on: - push: - branches: - - master + # If you want to prove GitHub is seeing this workflow, don't restrict branches here. + push: {} pull_request: branches: - master + - main + workflow_dispatch: {} jobs: windows_build: @@ -36,7 +37,7 @@ jobs: - name: Setup MSYS2 (for GTK build fallback) uses: msys2/setup-msys2@v2 with: - msys2-location: C:\tools\msys64 + msys2-location: "C:\\tools\\msys64" update: true install: >- base-devel