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: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '**.tf' - '**.tf'
- '!examples/**.tf' - '!examples/**.tf'

View file

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