mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-10 05:47:23 +08:00
only build on stable
This commit is contained in:
parent
e4fc815cd8
commit
1989d552b9
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: "Build"
|
name: "Build"
|
||||||
on: "push"
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "stable"
|
||||||
jobs:
|
jobs:
|
||||||
Build-Server-Jar:
|
Build-Server-Jar:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user