Add workflow_dispatch to dev-release workflow
This commit is contained in:
parent
41d01c18fb
commit
0a1de477e8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dev-release.yml
vendored
1
.github/workflows/dev-release.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue