Skip to content

Commit 1deaf82

Browse files
authored
Allow manual workflow runs
Update python-package.yml to allow manual workflow runs
1 parent 4485a18 commit 1deaf82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Python package
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67
# Schedule a nightly build. Times are UTC
78
# See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events
89
schedule:

0 commit comments

Comments
 (0)