[ci] feat: schedule on sunday at 8:30 am

This commit is contained in:
Simon Cornet 2024-10-09 15:20:17 +02:00
parent 931e47846f
commit 1ad680ae73

View File

@ -3,6 +3,8 @@
# generic
name: 'Build and Publish'
on:
schedule:
- '30 8 * * sun'
push:
branches:
- 'main'