Browse Source

Remove unused CI (#1432)

George Barnett 3 years ago
parent
commit
12d32eed78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yaml

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

@@ -3,7 +3,7 @@ on:
   push:
     branches: [main]
   pull_request:
-    branches: [main, 1.7.1-async-await]
+    branches: [main]
 jobs:
   preflight:
     name: License Header and Formatting Checks