mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
set env for remote dispatch
This commit is contained in:
parent
749f55283b
commit
7c92a2186b
6
.github/workflows/Tasmota_build_devel.yml
vendored
6
.github/workflows/Tasmota_build_devel.yml
vendored
@ -2,7 +2,11 @@
|
|||||||
name: Build_development
|
name: Build_development
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Manually start a workflow
|
workflow_dispatch: # Start a workflow
|
||||||
|
inputs:
|
||||||
|
Store_Tasmota_firmwares: # workflow name of the remote gh workflow
|
||||||
|
description: "Workflow Store_Tasmota_firmwares which will be triggered"
|
||||||
|
default: "Store_Tasmota_firmwares"
|
||||||
push:
|
push:
|
||||||
branches: development
|
branches: development
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user