From 69874e79e6944c1e60b3956c629629fbedf1452f Mon Sep 17 00:00:00 2001 From: misund Date: Sat, 11 Oct 2025 02:05:27 +0200 Subject: [PATCH] chore: Rename master to main --- .github/workflows/yarn-test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/yarn-test.yml b/.github/workflows/yarn-test.yml index 91396ef..8d25798 100644 --- a/.github/workflows/yarn-test.yml +++ b/.github/workflows/yarn-test.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: test: diff --git a/README.md b/README.md index f8aceb2..18aec27 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ yarn build && yarn test ### Releasing This project uses [np](https://github.com/sindresorhus/np). -1. Make sure your changes are in master +1. Make sure your changes are on main 2. Run `yarn release` 3. Follow the interactive release guide