ci: sync main to next once a day instead of on every push

merging main into next after every commit clutters the next branch with too many merge commits.
This commit is contained in:
peaklabs-dev 2026-09-04 16:34:40 +02:00
parent faea1d5436
commit 92c0035002
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
name: Sync main to next name: Sync main to next
on: on:
push: schedule:
branches: [main] - cron: '0 3 * * *'
workflow_dispatch: workflow_dispatch:
permissions: permissions: