Skip to content

Commit 58e74fc

Browse files
authored
Update Built_test.yml [skip actions]
1 parent 192821c commit 58e74fc

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/BuildTest.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# This is a basic workflow to help you get started with Actions
21
name: Manually executable test for ESP-IDF v4.3.1
3-
on: workflow_dispatch
4-
# on:
5-
# push:
6-
# branches:
7-
# - '**4.3'
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
ui_build:
6+
description: 'Rebuild UI'
7+
required: true
8+
type: boolean
9+
release_build:
10+
description: 'Release'
11+
required: true
12+
type: boolean
813

914
jobs:
1015
bootstrap:

0 commit comments

Comments
 (0)