Skip to content

Commit cadc083

Browse files
committed
rename master -> main
1 parent 5b074bb commit cadc083

File tree

5 files changed

+6
-42
lines changed

5 files changed

+6
-42
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ env:
33
CI_TWITCH_OAUTH2_FEATURES: "all mock_api"
44
on:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
types: [opened, reopened, synchronize]
88
push:
9-
branches: [master, staging, trying]
9+
branches: [main, staging, trying]
1010
jobs:
1111
ci:
1212
name: CI

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/cache@v1
2222
id: cache
2323
with:
24-
path:
24+
path:
2525
~/.cargo/registry/index
2626
~/.cargo/registry/cache
2727
~/.cargo/git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
3333
be dual licensed as above, without any additional terms or conditions.
3434
</sub>
3535

36-
[local-docs]: https://img.shields.io/github/workflow/status/twitch-rs/twitch_oauth2/github%20pages/master?label=docs&style=flat-square&event=push
36+
[local-docs]: https://img.shields.io/github/workflow/status/twitch-rs/twitch_oauth2/github%20pages/main?label=docs&style=flat-square&event=push

RELEASE-CHECKLIST.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ See [documentation](https://docs.rs/twitch_oauth2) for documentation.
22

33
You can see current unpublished docs here: [![local-docs]](https://twitch-rs.github.io/twitch_oauth2/twitch_oauth2)
44

5-
[local-docs]: https://img.shields.io/github/workflow/status/twitch-rs/twitch_oauth2/github%20pages/master?label=docs&style=flat-square&event=push
5+
[local-docs]: https://img.shields.io/github/workflow/status/twitch-rs/twitch_oauth2/github%20pages/main?label=docs&style=flat-square&event=push

0 commit comments

Comments
 (0)