Skip to content

Commit

Permalink
add workflow_dispatch to release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryokan0123 committed Jun 17, 2024
1 parent 3a496e1 commit e3ef171
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: Publish PyPI
on:
release:
types: [published]
workflow_dispatch:
inputs:
no-cache:
description: "Run tests without cache"
default: false
required: false
type: boolean

jobs:
Publish:
Expand Down

0 comments on commit e3ef171

Please sign in to comment.