diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 373a2cf4..21868c18 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -3,7 +3,6 @@ on: push: branches: - '+([0-9])?(.{+([0-9]),x}).x' - - 'master' - 'main' - 'next' - 'next-major' @@ -49,7 +48,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository == 'testing-library/react-hooks-testing-library' && - contains('refs/heads/master,refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', + contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) && github.event_name == 'push' }} steps: - name: πŸ›‘ Cancel Previous Runs @@ -80,7 +79,6 @@ jobs: branches: | [ '+([0-9])?(.{+([0-9]),x}).x', - 'master', 'main', 'next', 'next-major', diff --git a/README.md b/README.md index a976ce7b..44495584 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ height="80" width="80" alt="ram" - src="https://raw.githubusercontent.com/testing-library/react-hooks-testing-library/master/public/ram.png" + src="https://raw.githubusercontent.com/testing-library/react-hooks-testing-library/main/public/ram.png" /> @@ -24,11 +24,11 @@ [![codecov](https://img.shields.io/codecov/c/github/testing-library/react-hooks-testing-library.svg?style=flat-square)](https://codecov.io/gh/testing-library/react-hooks-testing-library) [![version](https://img.shields.io/npm/v/@testing-library/react-hooks.svg?style=flat-square)](https://www.npmjs.com/package/@testing-library/react-hooks) [![downloads](https://img.shields.io/npm/dm/@testing-library/react-hooks.svg?style=flat-square)](http://www.npmtrends.com/@testing-library/react-hooks) -[![MIT License](https://img.shields.io/npm/l/@testing-library/react-hooks.svg?style=flat-square)](https://github.com/testing-library/react-hooks-testing-library/blob/master/LICENSE.md) +[![MIT License](https://img.shields.io/npm/l/@testing-library/react-hooks.svg?style=flat-square)](https://github.com/testing-library/react-hooks-testing-library/blob/main/LICENSE.md) [![All Contributors](https://img.shields.io/github/all-contributors/testing-library/react-hooks-testing-library?color=orange&style=flat-square)](#contributors) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) -[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/testing-library/react-hooks-testing-library/blob/master/CODE_OF_CONDUCT.md) +[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/testing-library/react-hooks-testing-library/blob/main/CODE_OF_CONDUCT.md) [![Netlify Status](https://api.netlify.com/api/v1/badges/9a8f27a5-df38-4910-a248-4908b1ba29a7/deploy-status)](https://app.netlify.com/sites/react-hooks-testing-library/deploys) [![Discord](https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/testing-library) @@ -240,6 +240,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Jonathan Holmes

πŸ’»
MichaΓ«l De Boey

🚧
Anton Zinovyev

πŸ› πŸ’» +
Marianna Etelson

πŸ’» diff --git a/docs/introduction.md b/docs/introduction.md index 5e38e31e..de33732a 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -11,7 +11,7 @@ route: '/' height="80" width="80" alt="ram" - src="https://raw.githubusercontent.com/mpeyper/react-hooks-testing-library/master/public/ram.png" + src="https://raw.githubusercontent.com/mpeyper/react-hooks-testing-library/main/public/ram.png" />