From c91653dd66ce45ab7e5bb1a6a819c640e8ddf9cc Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 22 Sep 2021 21:07:37 -0400 Subject: [PATCH] build: switch primary branch to main (#2034) --- .github/workflows/ci.yaml | 2 +- .github/workflows/release-please.yml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2899ecdf8..96edd573f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ on: push: branches: - - master + - main pull_request: types: [ assigned, opened, synchronize, reopened, labeled ] name: ci diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a6d9203a6..8f61f6d78 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,7 +1,7 @@ on: push: branches: - - master + - main name: release-please jobs: release-please: diff --git a/README.md b/README.md index 3494c14af..8a95beae8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

Yargs

@@ -199,6 +199,6 @@ post on why we think this is important](https://medium.com/the-node-js-collectio [conventional-commits-url]: https://conventionalcommits.org/ [slack-image]: http://devtoolscommunity.herokuapp.com/badge.svg [slack-url]: http://devtoolscommunity.herokuapp.com -[type-definitions]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs +[type-definitions]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/main/types/yargs [coverage-image]: https://img.shields.io/nycrc/yargs/yargs -[coverage-url]: https://github.com/yargs/yargs/blob/master/.nycrc +[coverage-url]: https://github.com/yargs/yargs/blob/main/.nycrc