Merge pull request #60 from EoD/run-ci-on-all-1.x-branches
run build CI on all 1.xxx branches
This commit is contained in:
commit
cfe6467b36
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