Explorar o código

Update branch name in CI (#2087)

George Barnett hai 1 ano
pai
achega
183fe93d96
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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