Allow manual trigger of workflow dispatch
This commit is contained in:
parent
e11b6e025e
commit
1e33561d92
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -8,6 +8,7 @@
|
|||
name: release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue