mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +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
|
||||
|
||||
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:
|
||||
branches: development
|
||||
paths-ignore:
|
||||
|
Loading…
x
Reference in New Issue
Block a user