mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
only build on stable
This commit is contained in:
parent
e576884b05
commit
99c9f0111b
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…
Reference in New Issue
Block a user