From d423a970511c9e18ad6f3952a05740c6aedd76ed Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Fri, 11 Sep 2020 21:44:03 +0900 Subject: [PATCH] Change default branch name to main (#99) --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a838888..97c4b23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: build: diff --git a/README.md b/README.md index 1339474..05cd0f2 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,4 @@ See the [LICENSE file][LICENSE] for license text and copyright information. [travis-badge]: https://img.shields.io/travis/yahoo/serialize-javascript.svg?style=flat-square [express-state]: https://github.com/yahoo/express-state [JSON.stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify -[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/master/LICENSE +[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/main/LICENSE