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

This commit is contained in:
Simon Cornet 2024-10-09 15:20:39 +02:00
parent c33fbffccf
commit aeb22e6fab

View File

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