File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Test
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 branches :
9- - master
9+ - main
1010
1111jobs :
1212 lint :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments