Update Windows build workflow for branch handling

This commit is contained in:
deepend-tildeclub
2026-02-02 00:15:47 -07:00
committed by GitHub
parent 069c6a3f81
commit 57fb1eb27b

View File

@@ -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