add schedule for auto build every sunday at 5 PM
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
name: docker
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 5 * * 0'
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
Reference in New Issue
Block a user