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:
parent
faea1d5436
commit
92c0035002
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sync-main-to-next.yml
vendored
4
.github/workflows/sync-main-to-next.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: Sync main to next
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue