From 49de5b8f233a93eddb0817d15f989299514f0bc2 Mon Sep 17 00:00:00 2001 From: Sebastien L Date: Fri, 17 Dec 2021 09:55:48 -0500 Subject: [PATCH] Update actions config file one more time! --- .github/workflows/CrossBuild.yml | 9 ++++++--- .github/workflows/esp-idf-v4.3-build.yml | 8 +++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CrossBuild.yml b/.github/workflows/CrossBuild.yml index f2efe176..c33956cf 100644 --- a/.github/workflows/CrossBuild.yml +++ b/.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 diff --git a/.github/workflows/esp-idf-v4.3-build.yml b/.github/workflows/esp-idf-v4.3-build.yml index 04cd10b2..1e21a839 100644 --- a/.github/workflows/esp-idf-v4.3-build.yml +++ b/.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: