From 33473cfa3d570c966a6da28726ad3db2241a7bb0 Mon Sep 17 00:00:00 2001 From: luoyuxia Date: Thu, 14 May 2026 15:21:03 +0800 Subject: [PATCH] ci: trigger CI for release branch pushes and PRs Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b19d49fe..cbfb59fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,11 @@ on: push: branches: - main + - release-* pull_request: branches: - main + - release-* concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}