Skip to content

Commit

Permalink
Allow manual workflow runs
Browse files Browse the repository at this point in the history
Update python-package.yml to allow manual workflow runs
  • Loading branch information
jakebeal authored Jun 13, 2024
1 parent 4485a18 commit 1deaf82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Python package
on:
push:
pull_request:
workflow_dispatch:
# Schedule a nightly build. Times are UTC
# See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events
schedule:
Expand Down

0 comments on commit 1deaf82

Please sign in to comment.