Skip to content

Commit 6190b39

Browse files
authored
add workflow_dispatch
1 parent a71be98 commit 6190b39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Nightly CI Build and Snapshot Release
2-
on:
2+
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '0 2 * * *'
56

0 commit comments

Comments
 (0)