fix: Only run release on release branch
This commit is contained in:
parent
0ec25d1693
commit
33edb979d8
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
branches: ["main"],
|
||||
branches: ["release"],
|
||||
plugins: [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue