mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
CI: Reduce duplicate builds
This commit is contained in:
8
.github/workflows/windows-build.yml
vendored
8
.github/workflows/windows-build.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: Windows Build
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
windows_build:
|
||||
|
||||
Reference in New Issue
Block a user