瀏覽代碼

feat: tests of backport prs (#1224)

tsk 1 月之前
父節點
當前提交
5b1e079e5f
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/ci.yml

+ 3 - 1
.github/workflows/ci.yml

@@ -4,7 +4,9 @@ on:
   push:
     branches: [main]
   pull_request:
-    branches: [main]
+    branches:
+      - main
+      - 'v[0-9]+.[0-9]+.x'  # Match version branches like v0.13.x, v1.0.x, etc.
   release:
     types: [created]