Skip to content

Commit

Permalink
ci: allow manual release workflow
Browse files Browse the repository at this point in the history
For situations when the release build fails, we'd like to be able to re-run it.
  • Loading branch information
jtpavlock committed Apr 6, 2024
1 parent d60477a commit 2e4c95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'CHANGELOG.rst'
workflow_dispatch:

jobs:
github_release:
Expand Down

0 comments on commit 2e4c95f

Please sign in to comment.