mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Update Windows build workflow for branch handling
This commit is contained in:
committed by
GitHub
parent
069c6a3f81
commit
57fb1eb27b
9
.github/workflows/windows-build.yml
vendored
9
.github/workflows/windows-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user