Skip to content

Commit 979fd1e

Browse files
authored
chore: reference main branch, instead of master branch (#155)
1 parent 4ec76bf commit 979fd1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
test-linux:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Install [`pprof`][npm-url] with `npm` or add to your `package.json`.
110110

111111
[circle-image]: https://circleci.com/gh/google/pprof-nodejs.svg?style=svg
112112
[circle-url]: https://circleci.com/gh/google/pprof-nodejs
113-
[coveralls-image]: https://coveralls.io/repos/google/pprof-nodejs/badge.svg?branch=master&service=github
113+
[coveralls-image]: https://coveralls.io/repos/google/pprof-nodejs/badge.svg?branch=main&service=github
114114
[npm-image]: https://badge.fury.io/js/pprof.svg
115115
[npm-url]: https://npmjs.org/package/pprof
116116
[pprof-url]: https://github.com/google/pprof

0 commit comments

Comments
 (0)