Przeglądaj źródła

Remove ethernet branch from build

Sébastien 3 lat temu
rodzic
commit
4474c4378a
1 zmienionych plików z 2 dodań i 2 usunięć
  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: