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
|
name: Sync main to next
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches: [main]
|
- cron: '0 3 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue