Browse Source

Update CrossBuild.yml

Sébastien 3 years ago
parent
commit
458d7eacbe
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .github/workflows/CrossBuild.yml

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

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