mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +00:00
Add workflow_dispatch for manual action run (#2192)
This commit is contained in:
parent
50d36b857a
commit
fe15bb6a30
17
.github/workflows/builder.yml
vendored
17
.github/workflows/builder.yml
vendored
@ -1,6 +1,23 @@
|
|||||||
name: Build supervisor
|
name: Build supervisor
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
channel:
|
||||||
|
description: "Channel"
|
||||||
|
required: true
|
||||||
|
default: "dev"
|
||||||
|
version:
|
||||||
|
description: "Version"
|
||||||
|
required: true
|
||||||
|
publish:
|
||||||
|
description: "Publish"
|
||||||
|
required: true
|
||||||
|
default: "false"
|
||||||
|
stable:
|
||||||
|
description: "Stable"
|
||||||
|
required: true
|
||||||
|
default: "false"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
release:
|
release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user