Update actions config file one more time!

This commit is contained in:
Sebastien L
2021-12-17 09:55:48 -05:00
parent efefb266f9
commit a326699d76
2 changed files with 11 additions and 7 deletions

View File

@@ -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

View File

@@ -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:
push:
branches: [ ethernet_idf4.3 ]
branches:
- '**4.3'
pull_request:
branches: [ ethernet_idf4.3 ]
branches:
- '**4.3'
jobs:
job1: