mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
Activate new workflow
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
name: Manually executable test for ESP-IDF v4.3.1
|
name: Platform Build
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '**4.3'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
ui_build:
|
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'
|
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
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
# push:
|
|
||||||
# branches:
|
|
||||||
# - '**4.3'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bootstrap:
|
bootstrap:
|
||||||
Reference in New Issue
Block a user