Ver Fonte

feat: tests of backport prs (#1224)

tsk há 1 mês atrás
pai
commit
5b1e079e5f
1 ficheiros alterados com 3 adições e 1 exclusões
  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]