diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fd04e6502..81075edac 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -3,11 +3,11 @@ name: webpack-dev-middleware on: push: branches: - - master + - main - next pull_request: branches: - - master + - main - next permissions: diff --git a/README.md b/README.md index c4735c4ee..14681b1f9 100644 --- a/README.md +++ b/README.md @@ -774,7 +774,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done [node-url]: https://nodejs.org [tests]: https://github.com/webpack/webpack-dev-middleware/workflows/webpack-dev-middleware/badge.svg [tests-url]: https://github.com/webpack/webpack-dev-middleware/actions -[cover]: https://codecov.io/gh/webpack/webpack-dev-middleware/branch/master/graph/badge.svg +[cover]: https://codecov.io/gh/webpack/webpack-dev-middleware/branch/main/graph/badge.svg [cover-url]: https://codecov.io/gh/webpack/webpack-dev-middleware [discussion]: https://img.shields.io/github/discussions/webpack/webpack [discussion-url]: https://github.com/webpack/webpack/discussions diff --git a/package.json b/package.json index 6d2317620..805a6902d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "types" ], "scripts": { - "commitlint": "commitlint --from=master", + "commitlint": "commitlint --from=main", "security": "npm audit --production", "lint:prettier": "prettier --cache --list-different .", "lint:code": "eslint --cache .",