mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Only build on release-branches
This commit is contained in:
parent
2421d978de
commit
9e5d6cb15d
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Java CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- mc/1.12
|
||||
- mc/1.13
|
||||
- mc/1.15
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user