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 e563f4f commit 23b1897Copy full SHA for 23b1897
.github/workflows/changelog-configuration.json
@@ -55,5 +55,5 @@
55
"tag_resolver" : {
56
"method" : "semver"
57
},
58
- "base_branches" : []
+ "base_branches" : ["master-v2"]
59
}
.github/workflows/pr-build.yaml
@@ -3,7 +3,7 @@ name: build
3
on:
4
push:
5
branches:
6
- - master
+ - master-v2
7
pull_request:
8
9
jobs:
0 commit comments