From 58e74fc43cc80f7f0d4ca2052dcaba9789fde73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Thu, 6 Oct 2022 11:17:42 -0400 Subject: [PATCH] Update Built_test.yml [skip actions] --- .github/workflows/BuildTest.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index a8cd169b..f8caadfb 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -1,10 +1,15 @@ -# This is a basic workflow to help you get started with Actions name: Manually executable test for ESP-IDF v4.3.1 -on: workflow_dispatch -# on: -# push: -# branches: -# - '**4.3' +on: + workflow_dispatch: + inputs: + ui_build: + description: 'Rebuild UI' + required: true + type: boolean + release_build: + description: 'Release' + required: true + type: boolean jobs: bootstrap: