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