Explorar el Código

Remove unused CI (#1432)

George Barnett hace 3 años
padre
commit
12d32eed78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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