mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-16 16:01:11 +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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- '**.tf'
|
||||
- '!examples/**.tf'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"branches": [
|
||||
"master"
|
||||
"main"
|
||||
],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue