mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-09-10 08:48:56 +03:00
only build on stable
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user