@@ -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 ]
-
jobs:
job1:
name: Build Number
@@ -1,11 +1,12 @@
# This is a basic workflow to help you get started with Actions
-name: ESP-IDF v4.3
+name: ESP-IDF v4.3.1
-on:
- branches: [ ethernet_idf4.3 ]
+ - '**4.3'