Explorar el Código

Remove ethernet branch from build

Sébastien hace 3 años
padre
commit
4474c4378a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/CrossBuild.yml

+ 2 - 2
.github/workflows/CrossBuild.yml

@@ -2,9 +2,9 @@
 name: Cross-Build
 on:
   push:
-    branches-ignore: [ master ]
+    branches-ignore: [ master ethernet_idf4.3 ]
   pull_request:
-    branches-ignore: [ master ]
+    branches-ignore: [ master ethernet_idf4.3 ]
 
 jobs:
   job1: