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:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ "1.20.1" ]
|
||||
branches:
|
||||
- '1.**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user