Răsfoiți Sursa

Update branch name in CI (#2087)

George Barnett 1 an în urmă
părinte
comite
183fe93d96
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/ci.yaml

+ 2 - 2
.github/workflows/ci.yaml

@@ -1,9 +1,9 @@
 name: CI
 on:
   push:
-    branches: [main]
+    branches: ["release/1.x"]
   pull_request:
-    branches: [main]
+    branches: ["release/1.x"]
 jobs:
   preflight:
     name: License Header and Formatting Checks