From 979fd1e2e194ffbcf2b9999647a08b7a0f5d3e47 Mon Sep 17 00:00:00 2001 From: Maggie Nolan Date: Fri, 19 Feb 2021 12:34:01 -0800 Subject: [PATCH] chore: reference main branch, instead of master branch (#155) --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe883a58..5e1e5a5b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: ci on: push: branches: - - master + - main pull_request: jobs: test-linux: diff --git a/README.md b/README.md index 92d66b70..0596e286 100644 --- a/README.md +++ b/README.md @@ -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