Skip to content

Commit

Permalink
build: switch primary branch to main (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 23, 2021
1 parent 59a86fb commit c91653d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled ]
name: ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
name: release-please
jobs:
release-please:
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,5 +1,5 @@
<p align="center">
<img width="250" src="https://raw.githubusercontent.com/yargs/yargs/master/yargs-logo.png">
<img width="250" src="https://raw.githubusercontent.com/yargs/yargs/main/yargs-logo.png">
</p>
<h1 align="center"> Yargs </h1>
<p align="center">
Expand Down Expand Up @@ -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

0 comments on commit c91653d

Please sign in to comment.