Skip to content

Commit

Permalink
fix: change default branch from master to main (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneekey23 authored Jul 21, 2021
1 parent 076ffe4 commit 7019a34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
## Contributing via Pull Requests
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

1. You are working against the latest source on the *master* branch.
1. You are working against the latest source on the *main* branch.
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.

Expand Down Expand Up @@ -52,6 +52,6 @@ [email protected] with any additional questions or comments.

## Licensing

See the [LICENSE](https://github.com/aws-amplify/aws-sdk-swift/blob/master/LICENSE) file for our project's licensing. We will ask you confirm the licensing of your contribution.
See the [LICENSE](https://github.com/aws-amplify/aws-sdk-swift/blob/main/LICENSE) file for our project's licensing. We will ask you confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum class AWSSwiftDependency(
) : SymbolDependencyContainer {
AWS_CLIENT_RUNTIME(
"AWSClientRuntime",
"master",
"main",
"0.1.0",
"https://github.com/awslabs/aws-sdk-swift",
Resources.computeAbsolutePath("aws-sdk-swift/AWSClientRuntime", "AWSClientRuntime", "AWS_SDK_SWIFT_CI_DIR") + "/AWSClientRuntime",
Expand Down

0 comments on commit 7019a34

Please sign in to comment.