Skip to content

Commit f9bc702

Browse files
committed
Change CD Building to weekly
1 parent 2748cb9 commit f9bc702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [master]
55
schedule:
6-
- cron: '0 0 1 * *'
6+
- cron: '0 0 * * 0'
77
workflow_dispatch:
88
jobs:
99
# Build

0 commit comments

Comments
 (0)