mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Updated branch names for gh actions testing
This commit is contained in:
parent
7797e33ec5
commit
edc81bc668
1 changed files with 6 additions and 4 deletions
10
.github/workflows/gradle.yml
vendored
10
.github/workflows/gradle.yml
vendored
|
@ -3,12 +3,14 @@ name: Java CI
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- breaking
|
||||
- master
|
||||
- v4
|
||||
- v5
|
||||
- leagcy/1.8-1.12
|
||||
pull_request:
|
||||
branches:
|
||||
- breaking
|
||||
- master
|
||||
- v4
|
||||
- v5
|
||||
- leagcy/1.8-1.12
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue