Skip to content

Commit

Permalink
Fixed workflow-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
pmberg committed Aug 14, 2024
1 parent 44c57a6 commit 6afdc48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
release:
types: [published]
workflow-dispatch:
inputs:
reason:
description: "Reason for manual trigger"
required: true
default: "Testing workflow"
jobs:
pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6afdc48

Please sign in to comment.