Skip to content

Commit b42c1b2

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommitted
feat(configuration): adjust build config
1 parent 5b44f02 commit b42c1b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ on:
33
push:
44
branches:
55
- main
6-
- master
76
pull_request:
87
branches:
98
- main
10-
- master
119

1210
env:
1311
GH_TOKEN: ${{ secrets.GH_TOKEN_SEMANTIC_RELEASE || secrets.GITHUB_TOKEN || secrets.GH_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
[
130130
"@semantic-release/git",
131131
{
132+
"branches": ["main"],
132133
"assets": [
133134
"CHANGELOG.md",
134135
"package.json",

0 commit comments

Comments
 (0)