Browse Source

Update CrossBuild.yml

Sébastien 3 năm trước cách đây
mục cha
commit
458d7eacbe
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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: