Skip to content

Commit

Permalink
fix: semantic-release will release on main branch now
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Sep 21, 2021
1 parent fec2fb9 commit 88e8eb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"branches": [
"main"
]
}

0 comments on commit 88e8eb8

Please sign in to comment.