add schedule for auto build every sunday at 5 PM

This commit is contained in:
Ludovic Cartier
2025-01-06 17:39:55 +01:00
parent 96cf5d2432
commit 9364a28122
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
name: docker
on:
schedule:
- cron: '0 5 * * 0'
push:
branches:
- "main"