[ci] feat: schedule on sunday at 8:30 am
All checks were successful
Build and Publish / Build (push) Successful in 39s
Build and Publish / Deployment (push) Successful in 4s

This commit is contained in:
Simon Cornet 2024-10-09 15:23:29 +02:00
parent 1ad680ae73
commit 216ebb59ae

View File

@ -4,7 +4,7 @@
name: 'Build and Publish'
on:
schedule:
- '30 8 * * sun'
- cron: '30 8 * * sun'
push:
branches:
- 'main'