Add cron schedule to deploy workflow for regular execution
All checks were successful
Deploy / deploy (push) Successful in 1m16s

This commit is contained in:
Adrian Altner 2026-04-22 01:02:15 +02:00
parent 20167b8ca8
commit c9ad64d217

View file

@ -4,6 +4,8 @@ on:
push:
branches: [main]
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
jobs:
deploy: