mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
add workflow dispatch
This commit is contained in:
parent
cefe61acf5
commit
d8374976c9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
|||
branches: ["v0.*", "!main", "!dev"]
|
||||
pull_request:
|
||||
branches: ["v0.*", "!main", "!dev"]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue