瀏覽代碼

Remove unused CI (#1432)

George Barnett 3 年之前
父節點
當前提交
12d32eed78
共有 1 個文件被更改,包括 1 次插入1 次删除
  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