fix: ensure push trigger is defined for main branch in deploy workflow
All checks were successful
Deploy / deploy (push) Successful in 47s

This commit is contained in:
Adrian Altner 2026-04-22 23:03:10 +02:00
parent 4bf4eb03b1
commit 5bd21db8c9

View file

@ -1,6 +1,8 @@
name: Deploy name: Deploy
on: on:
push:
branches: [main]
schedule: schedule:
- cron: '0 6 * * *' - cron: '0 6 * * *'
workflow_dispatch: workflow_dispatch: