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

This commit is contained in:
Simon Cornet 2024-10-09 15:23:41 +02:00
parent aeb22e6fab
commit 363043ca59

View File

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