Skip to content

Commit 8613a47

Browse files
authored
Make publish workflow manually triggerable (#117)
1 parent 3976ea7 commit 8613a47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-publish-nightly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build, test, and publish nightly wheel
33
on:
44
schedule:
55
- cron: '0 22 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
build-test-publish-nightly-wheel:

0 commit comments

Comments
 (0)