Skip to content

Commit

Permalink
Merge pull request #7 from Telefonica/task/ANDROID-11132-mainbranch
Browse files Browse the repository at this point in the history
ANDROID-11132 Change development branch to main
  • Loading branch information
jeslat authored Sep 30, 2022
2 parents 38a1ac2 + 9369369 commit 28cea56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Run tests"
on:
pull_request:
branches:
- master
- main
jobs:
tests:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ publishing {
scm {
connection = 'scm:git:github.com/Telefonica/android-logger.git'
developerConnection = 'scm:git:ssh://github.com/Telefonica/android-logger.git'
url = 'https://github.com/Telefonica/android-logger/tree/master'
url = 'https://github.com/Telefonica/android-logger/tree/main'
}
withXml {
def dependenciesNode = asNode().appendNode('dependencies')
Expand Down Expand Up @@ -105,7 +105,7 @@ publishing {
scm {
connection = 'scm:git:github.com/Telefonica/android-logger.git'
developerConnection = 'scm:git:ssh://github.com/Telefonica/android-logger.git'
url = 'https://github.com/Telefonica/android-logger/tree/master'
url = 'https://github.com/Telefonica/android-logger/tree/main'
}
withXml {
def dependenciesNode = asNode().appendNode('dependencies')
Expand Down

0 comments on commit 28cea56

Please sign in to comment.