Skip to content

Commit f102b7d

Browse files
committed
addd CRON for every week on Sunday
1 parent 1e888c5 commit f102b7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Main Workflows
22

33
on:
4+
schedule:
5+
- cron: "0 8 * * 7"
46
push:
57
branches: ["main","master"]
68
repository_dispatch:

0 commit comments

Comments
 (0)