run build CI on all 1.xxx branches
This commit is contained in:
parent
d9ea1e97e2
commit
09b33848e9
3
.github/workflows/build-1.20.yml
vendored
3
.github/workflows/build-1.20.yml
vendored
|
|
@ -3,7 +3,8 @@ name: Build-1.20
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [ "1.20.1" ]
|
branches:
|
||||||
|
- '1.**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user