We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917401d commit 2489a20Copy full SHA for 2489a20
.github/workflows/main-merge.yml
@@ -2,9 +2,9 @@
2
3
name: Inter-branch merge
4
on:
5
- # schedule:
6
- # # Create a merge every 3 hours (works only for merges from `main`, others would need a `push` trigger).
7
- # - cron: '0 */3 * * *'
+ schedule:
+ # Create a merge every 3 hours (works only for merges from `main`, others would need a `push` trigger).
+ - cron: '0 */3 * * *'
8
workflow_dispatch:
9
inputs:
10
configuration_file_branch:
0 commit comments