Skip to content

Commit

Permalink
fix: Use branch master for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wentz committed May 8, 2023
1 parent 3adba1a commit c6393f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: "Release"
on:
push:
branches:
- "main"
- "master"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@semantic-release/github"
],
"branches": [
"main"
"master"
],
tagFormat: '${version}',
}

0 comments on commit c6393f8

Please sign in to comment.