From 632fb51d18a7be4b64e4764401ea8174f110791e Mon Sep 17 00:00:00 2001 From: Yijia-Xiao Date: Wed, 23 Sep 2026 20:11:26 +0000 Subject: [PATCH] ci: run on pushes to version branches - v0.5.1 and later release branches get the test matrix before their release PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72942f5dc..6a0f0673d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [main] + branches: [main, 'v[0-9]+.[0-9]+.[0-9]+'] pull_request: concurrency: