fix: correct references to master to use main

This commit is contained in:
Bryant Biggs 2021-02-27 11:41:51 -05:00
parent e8f3b082a2
commit 31c8b472ee
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
paths:
- '**.tf'
- '!examples/**.tf'

View file

@ -1,6 +1,6 @@
{
"branches": [
"master"
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",