Skip to content

Commit

Permalink
Add workflow_dispatch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 25, 2023
1 parent f3462aa commit 4af2776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish
on:
release:
types: [created]
workflow_dispatch:

jobs:
python-package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
test-python-package:
Expand Down

0 comments on commit 4af2776

Please sign in to comment.