Skip to content

Commit

Permalink
fix: correct references to master to use main
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Feb 27, 2021
1 parent e8f3b08 commit 31c8b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
paths:
- '**.tf'
- '!examples/**.tf'
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": [
"master"
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 31c8b47

Please sign in to comment.