Skip to content

Commit 9ea6007

Browse files
committed
Run the script on schedule every day
1 parent 688cbd2 commit 9ea6007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- "main"
6+
schedule:
7+
- cron: '21 4 * * *' # every day at 4:21
68

79
jobs:
810
create_release:

0 commit comments

Comments
 (0)