mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-09-10 17:33:55 +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"
|
||||
on: "push"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "stable"
|
||||
jobs:
|
||||
Build-Server-Jar:
|
||||
runs-on: windows-latest
|
||||
|
Reference in New Issue
Block a user