Przeglądaj źródła

Update actions config file one more time!

Sebastien L 3 lat temu
rodzic
commit
49de5b8f23

+ 6 - 3
.github/workflows/CrossBuild.yml

@@ -3,10 +3,13 @@ name: Cross-Build
 
 on:
   push:
-    branches-ignore: [ master ethernet_idf4.3]
+    branches: 
+      - 'master-cmake'
+      - '!**4.3'
   pull_request:
-    branches-ignore: [ master ethernet_idf4.3 ]
-
+    branches:
+      - 'master-cmake'
+      - '!**4.3'
 jobs:
   job1:
     name: Build Number

+ 5 - 3
.github/workflows/esp-idf-v4.3-build.yml

@@ -1,11 +1,13 @@
 # This is a basic workflow to help you get started with Actions
-name: ESP-IDF v4.3
+name: ESP-IDF v4.3.1
 
 on:
   push:
-    branches: [ ethernet_idf4.3 ]
+    branches: 
+      - '**4.3'
   pull_request:
-    branches: [ ethernet_idf4.3 ]
+    branches:
+      - '**4.3'
 
 jobs:
   job1: