Ver código fonte

Remove ethernet branch from build

Sébastien 3 anos atrás
pai
commit
4474c4378a
1 arquivos alterados com 2 adições e 2 exclusões
  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: