Only build on release-branches

This commit is contained in:
Blue (Lukas Rieger) 2020-08-15 13:51:14 +02:00
parent 2421d978de
commit 9e5d6cb15d
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: Java CI
on: [push]
on:
push:
branches:
- master
- mc/1.12
- mc/1.13
- mc/1.15
jobs:
build: