Skip to content

Commit

Permalink
Move master to main for consistency with other Cider repos
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Sep 11, 2020
1 parent 1bab592 commit f08b815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Tests
on:
push:
branches:
- master
- main
pull_request: ~

env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apps, _, err := client.Apps.ListApps(&asc.ListAppsQuery{

The client is divided into logical chunks closely corresponding to the layout and structure of Apple's own documentation at <https://developer.apple.com/documentation/appstoreconnectapi>.

For more sample code snippets, head over to the [examples](https://github.com/cidertool/asc-go/tree/master/examples) directory.
For more sample code snippets, head over to the [examples](https://github.com/cidertool/asc-go/tree/main/examples) directory.

### Authentication

Expand Down
2 changes: 1 addition & 1 deletion asc/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ access different parts of the App Store Connect API. For example:
The client is divided into logical chunks closely corresponding to the layout and structure
of Apple's own documentation at https://developer.apple.com/documentation/appstoreconnectapi.
For more sample code snippets, head over to the https://github.com/cidertool/asc-go/tree/master/examples directory.
For more sample code snippets, head over to the https://github.com/cidertool/asc-go/tree/main/examples directory.
Authentication
Expand Down

0 comments on commit f08b815

Please sign in to comment.