Skip to content

Commit b6a8d37

Browse files
committed
ci(switch branch): switch git branch
1 parent 3430e63 commit b6a8d37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [releases]
8+
branches: [main]
99
pull_request:
10-
branches: [releases]
10+
branches: [main]
1111

1212
jobs:
1313
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"predeploy": "cd example && yarn && yarn build",
2525
"deploy": "gh-pages -d example/build",
2626
"commit": "git cz",
27-
"release": "semantic-release -b main"
27+
"release": "semantic-release"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8.0",

0 commit comments

Comments
 (0)