mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 08:21:12 +00:00
fix: correct references to master to use main
This commit is contained in:
parent
e8f3b082a2
commit
31c8b472ee
2 changed files with 2 additions and 2 deletions
2
.github/workflows/semantic-releaser.yml
vendored
2
.github/workflows/semantic-releaser.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**.tf'
|
- '**.tf'
|
||||||
- '!examples/**.tf'
|
- '!examples/**.tf'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"branches": [
|
"branches": [
|
||||||
"master"
|
"main"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue