Skip to content

Commit 69ad5fb

Browse files
refactor: migrate on main (#2164)
1 parent 1b59da5 commit 69ad5fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: webpack-dev-middleware
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- next
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
- next
1212

1313
permissions:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
774774
[node-url]: https://nodejs.org
775775
[tests]: https://github.com/webpack/webpack-dev-middleware/workflows/webpack-dev-middleware/badge.svg
776776
[tests-url]: https://github.com/webpack/webpack-dev-middleware/actions
777-
[cover]: https://codecov.io/gh/webpack/webpack-dev-middleware/branch/master/graph/badge.svg
777+
[cover]: https://codecov.io/gh/webpack/webpack-dev-middleware/branch/main/graph/badge.svg
778778
[cover-url]: https://codecov.io/gh/webpack/webpack-dev-middleware
779779
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
780780
[discussion-url]: https://github.com/webpack/webpack/discussions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"types"
2424
],
2525
"scripts": {
26-
"commitlint": "commitlint --from=master",
26+
"commitlint": "commitlint --from=main",
2727
"security": "npm audit --production",
2828
"lint:prettier": "prettier --cache --list-different .",
2929
"lint:code": "eslint --cache .",

0 commit comments

Comments
 (0)