Skip to content

Commit

Permalink
build: switch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 20, 2021
1 parent a0a0814 commit fb22816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
name: release-please
jobs:
release-please:
Expand All @@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest
default-branch: master
default-branch: main
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ The mighty option parser used by [yargs](https://github.com/yargs/yargs).

visit the [yargs website](http://yargs.js.org/) for more examples, and thorough usage instructions.

<img width="250" src="https://raw.githubusercontent.com/yargs/yargs-parser/master/yargs-logo.png">
<img width="250" src="https://raw.githubusercontent.com/yargs/yargs-parser/main/yargs-logo.png">

## Example

Expand Down

0 comments on commit fb22816

Please sign in to comment.