diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0eb3cc4..e06a2be 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -1,7 +1,6 @@ on: push: branches: - - master - main name: release-please jobs: diff --git a/README.md b/README.md index 8855625..d1227c4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Automate releases with Conventional Commit Messages. on: push: branches: - - master + - main name: release-please jobs: release-please: @@ -90,7 +90,7 @@ npm when a Release PR is merged: on: push: branches: - - master + - main name: release-please jobs: release-please: