Skip to content

Commit 23b1897

Browse files
committedDec 13, 2024
Adjust GitHub workflows for master-v2
1 parent e563f4f commit 23b1897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/changelog-configuration.json

+1-1
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

+1-1
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)
Failed to load comments.