Allow manual runs from UI
This commit is contained in:
parent
cc23ac46d1
commit
c2a81b6539
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ name: release
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch: # allows manual runs from ui
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue