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