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:
mlus 2025-05-04 00:27:42 +08:00 committed by GitHub
commit cfe6467b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: