Skip to content

Commit

Permalink
fix(release): update .releaserc.json (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida authored Sep 14, 2023
1 parent 8f9367d commit f9fc7f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: release

on:
workflow_dispatch:
branches: [ main ]
push:
branches: [ main ]
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["master"],
"branches": ["main"],
"tagFormat": "${version}",
"plugins": [
[
Expand Down

0 comments on commit f9fc7f4

Please sign in to comment.