only build on stable

This commit is contained in:
SpikeHD 2022-04-21 21:21:08 -07:00 committed by GitHub
parent e576884b05
commit 99c9f0111b
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: "Build"
on: "push"
on:
push:
branches:
- "stable"
jobs:
Build-Server-Jar:
runs-on: windows-latest