only build on stable

This commit is contained in:
SpikeHD 2022-04-21 21:21:08 -07:00 committed by GitHub
parent e4fc815cd8
commit 1989d552b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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