Browse Source

Update branch name in CI (#2087)

George Barnett 1 year ago
parent
commit
183fe93d96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yaml

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

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