Skip to content

Commit 8375e5f

Browse files
committed
Adjust GitHub workflows for master-v2
1 parent df2bcc2 commit 8375e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"tag_resolver" : {
5656
"method" : "semver"
5757
},
58-
"base_branches" : []
58+
"base_branches" : ["master-v2"]
5959
}

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- master-v2
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)