Skip to content

Commit

Permalink
chore: reference main branch, instead of master branch (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanmar511 committed Feb 19, 2021
1 parent 4ec76bf commit 979fd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- master
- main
pull_request:
jobs:
test-linux:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -110,7 +110,7 @@ Install [`pprof`][npm-url] with `npm` or add to your `package.json`.

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

0 comments on commit 979fd1e

Please sign in to comment.