Skip to content

Commit

Permalink
chore: run GitHub Actions on main and next (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cball authored Aug 20, 2020
1 parent 31be457 commit d058027
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release
on:
push:
branches:
- master
- main
- next

jobs:
release:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"semantic-release": "^17.1.1"
},
"release": {
"branches": [
"main",
"next"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit d058027

Please sign in to comment.