Add workflow dispatch for release (#888)
This commit is contained in:
parent
83ed195d27
commit
678323b543
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -5,6 +5,7 @@ env:
|
|||
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
|
Loading…
Reference in a new issue