Skip to content

Commit

Permalink
Adjust GitHub workflows for master-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy2003 committed Dec 13, 2024
1 parent e563f4f commit 23b1897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"tag_resolver" : {
"method" : "semver"
},
"base_branches" : []
"base_branches" : ["master-v2"]
}
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- master
- master-v2
pull_request:

jobs:
Expand Down

0 comments on commit 23b1897

Please sign in to comment.