Skip to content

Commit c45caa9

Browse files
committedOct 6, 2022
add cron for end of day
1 parent e59f70e commit c45caa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Push to main
22

33
on:
4+
schedule:
5+
- cron: "0 0 * * *"
46
workflow_dispatch:
57
push:
68
branches:

0 commit comments

Comments
 (0)
Please sign in to comment.