Kaynağa Gözat

feat: tests of backport prs (#1224)

tsk 1 ay önce
ebeveyn
işleme
5b1e079e5f
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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]