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 name: Windows Build
on: on:
push: # If you want to prove GitHub is seeing this workflow, don't restrict branches here.
branches: push: {}
- master
pull_request: pull_request:
branches: branches:
- master - master
- main
workflow_dispatch: {}
jobs: jobs:
windows_build: windows_build:
@@ -36,7 +37,7 @@ jobs:
- name: Setup MSYS2 (for GTK build fallback) - name: Setup MSYS2 (for GTK build fallback)
uses: msys2/setup-msys2@v2 uses: msys2/setup-msys2@v2
with: with:
msys2-location: C:\tools\msys64 msys2-location: "C:\\tools\\msys64"
update: true update: true
install: >- install: >-
base-devel base-devel