Skip to content

Commit 90d93ba

Browse files
committed
rename branch to main
1 parent 0d90321 commit 90d93ba

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
lint:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ var fileTimes = wp.getTimes();
128128
// key: absolute path, value: timestamp as number
129129
```
130130

131-
[build-status]: https://travis-ci.org/webpack/watchpack.svg?branch=master
131+
[build-status]: https://travis-ci.org/webpack/watchpack.svg?branch=main
132132
[build-status-url]: https://travis-ci.org/webpack/watchpack
133-
[build-status-veyor]: https://ci.appveyor.com/api/projects/status/e5u2qvmugtv0r647/branch/master?svg=true
134-
[build-status-veyor-url]: https://ci.appveyor.com/project/sokra/watchpack/branch/master
133+
[build-status-veyor]: https://ci.appveyor.com/api/projects/status/e5u2qvmugtv0r647/branch/main?svg=true
134+
[build-status-veyor-url]: https://ci.appveyor.com/project/sokra/watchpack/branch/main
135135
[coveralls-url]: https://coveralls.io/r/webpack/watchpack/
136136
[coveralls-image]: https://img.shields.io/coveralls/webpack/watchpack.svg
137-
[codecov]: https://codecov.io/gh/webpack/watchpack/branch/master/graph/badge.svg
137+
[codecov]: https://codecov.io/gh/webpack/watchpack/branch/main/graph/badge.svg
138138
[codecov-url]: https://codecov.io/gh/webpack/watchpack
139139
[downloads]: https://img.shields.io/npm/dm/watchpack.svg
140140
[downloads-url]: https://www.npmjs.com/package/watchpack

0 commit comments

Comments
 (0)