ci: run on pushes to version branches

- v0.5.1 and later release branches get the test matrix before their release PR
This commit is contained in:
Yijia-Xiao
2026-09-23 20:11:26 +00:00
parent 5c2dded82c
commit 632fb51d18
+1 -1
View File
@@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [main]
branches: [main, 'v[0-9]+.[0-9]+.[0-9]+']
pull_request:
concurrency: