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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
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)