Skip to content

Commit

Permalink
Rename "master" to "main" (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhannay authored Mar 1, 2021
1 parent b6a3cd9 commit 4f43e49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy snapshot
on:
push:
branches:
- master
- main
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Validate Gradle Wrapper"
on:
push:
branches:
- master
- main
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Merge checks
on:
push:
branches:
- master
- main
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
release:
types: [published]
branches:
- master
- main
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ afterEvaluate {
scm {
connection = 'scm:git:git://github.com/linkedin/shaky-android.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/shaky-android.git'
url = 'https://github.com/linkedin/shaky-android/tree/master'
url = 'https://github.com/linkedin/shaky-android/tree/main'
}
}

Expand Down

0 comments on commit 4f43e49

Please sign in to comment.