Skip to content

Commit fb22816

Browse files
committed
build: switch from master to main
1 parent a0a0814 commit fb22816

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
types: [ assigned, opened, synchronize, reopened, labeled ]
77
name: ci

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
name: release-please
66
jobs:
77
release-please:
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
command: manifest
15-
default-branch: master
15+
default-branch: main
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v1
1818
with:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The mighty option parser used by [yargs](https://github.com/yargs/yargs).
99

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

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

1414
## Example
1515

0 commit comments

Comments
 (0)