Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65de1e9

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommittedFeb 3, 2025·
feat(configuration): adjust build config
1 parent 2a311c9 commit 65de1e9

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
pull_request:
77
branches:
8-
- main
8+
- master
99

1010
env:
1111
GH_TOKEN: ${{ secrets.GH_TOKEN_SEMANTIC_RELEASE || secrets.GITHUB_TOKEN || secrets.GH_TOKEN }}

‎package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,7 @@
137137
"message": "build(release): v${nextRelease.version} [release]"
138138
}
139139
],
140-
[
141-
"@semantic-release/github",
142-
{
143-
"brances": ["main"]
144-
}
145-
]
140+
"@semantic-release/github"
146141
]
147142
},
148143
"eslintConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.