Skip to content

Commit

Permalink
add workflow_dispatch (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
PickledChair authored Dec 13, 2021
1 parent 2bdde88 commit bc9017b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
release:
types:
- created
workflow_dispatch:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/Hiroshiba/voicevox_engine"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- '**'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
branches:
- '**'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit bc9017b

Please sign in to comment.