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.
2 parents f755706 + 248fc3d commit 297cb10Copy full SHA for 297cb10
.config/branch-merge.json
@@ -7,7 +7,7 @@
7
},
8
// Merge any release only changes to main.
9
"release": {
10
- "MergeToBranch": "release",
+ "MergeToBranch": "main",
11
"ExtraSwitches": "-QuietComments"
12
}
13
.github/workflows/branch-merge.yml
@@ -2,9 +2,10 @@
2
3
name: Flow release/prerelease changes to main
4
on:
5
- workflow_dispatch:
6
- schedule:
- - cron: '0 */3 * * *'
+ push:
+ branches:
+ - 'release'
+ - 'prerelease'
permissions:
contents: write
0 commit comments