mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-19 14:09:07 +03:00
Update Built_test.yml [skip actions]
This commit is contained in:
17
.github/workflows/BuildTest.yml
vendored
17
.github/workflows/BuildTest.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user