소스 검색

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]