add manual workflow_dispatch for build.yml
This commit is contained in:
parent
070ef793f7
commit
06c137dbf1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
schedule:
|
||||
- cron: 0 10 * * *
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check-repo-owner:
|
||||
|
|
|
|||
Loading…
Reference in a new issue