From 877f16181b909a65688c9322dedf71024c627aef Mon Sep 17 00:00:00 2001 From: Sebastien L Date: Mon, 28 Nov 2022 13:57:31 -0500 Subject: [PATCH] Activate new workflow --- .github/workflows/{BuildTest.yml => Platform_build.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{BuildTest.yml => Platform_build.yml} (99%) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/Platform_build.yml similarity index 99% rename from .github/workflows/BuildTest.yml rename to .github/workflows/Platform_build.yml index 14aa52e9..722a4ad1 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/Platform_build.yml @@ -1,5 +1,8 @@ -name: Manually executable test for ESP-IDF v4.3.1 +name: Platform Build on: + push: + branches: + - '**4.3' workflow_dispatch: inputs: ui_build: @@ -10,9 +13,6 @@ on: description: 'Force a Release build. When not forced, the system will check for release word in the last commit message to trigger a release' required: true type: boolean - # push: - # branches: - # - '**4.3' jobs: bootstrap: