Skip to content

Commit cd0f0ec

Browse files
updated the nightly build (#195)
1 parent 3a7c6b6 commit cd0f0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Nightly Release
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
schedule:
5+
- cron: "0 0 * * *"
6+
workflow_dispatch:
77

88
env:
99
HUSKY: 0

0 commit comments

Comments
 (0)