浏览代码

Update Built_test.yml [skip actions]

Sébastien 2 年之前
父节点
当前提交
58e74fc43c
共有 1 个文件被更改,包括 11 次插入6 次删除
  1. 11 6
      .github/workflows/BuildTest.yml

+ 11 - 6
.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
 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:
 jobs:
   bootstrap:
   bootstrap: