run build CI on all 1.xxx branches

This commit is contained in:
EoD 2025-05-03 16:16:52 +00:00
parent d9ea1e97e2
commit 09b33848e9

View File

@ -3,7 +3,8 @@ name: Build-1.20
on:
pull_request:
push:
branches: [ "1.20.1" ]
branches:
- '1.**'
jobs:
build: