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