Skip to content

Commit

Permalink
fix update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed May 1, 2024
1 parent 26fdd1e commit 3e535ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- develop
permissions:
contents: read # for checkout

Expand Down
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"branches": [
"master"
"master",
"develop"
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 3e535ea

Please sign in to comment.