Browse Source

Remove ethernet branch from build

Sébastien 3 years ago
parent
commit
4474c4378a
1 changed files with 2 additions and 2 deletions
  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: