Add workflow_dispatch to release workflow (#22993)

This commit is contained in:
Wendelin 2024-11-25 13:34:25 +01:00 committed by GitHub
parent 6ef36dce3e
commit 2d3579c08a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ on:
release:
types:
- published
workflow_dispatch:
env:
PYTHON_VERSION: "3.12"