From 3d24d34e97fcef1126793223f2116e401590994e Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Mon, 12 Oct 2020 00:02:58 +0200 Subject: [PATCH] Remove Master branch --- .github/workflows/pr-build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 9f9f340..f048818 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -2,7 +2,7 @@ name: Android CI on: pull_request: - branches: [ master, main ] + branches: [ main ] jobs: build: diff --git a/README.md b/README.md index 13c86f7..a22eb52 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AvatarView A circular Image View with a lot of perks. Including progress animation and highlight state with borders and gradient color. -[![Build Status](https://travis-ci.com/vitorhugods/AvatarView.svg?branch=master)](https://travis-ci.com/vitorhugods/AvatarView) +[![Build Status](https://travis-ci.com/vitorhugods/AvatarView.svg?branch=main)](https://travis-ci.com/vitorhugods/AvatarView) [![Gradle](https://img.shields.io/badge/Version-1.0.0-brightgreen.svg)](https://github.com/vitorhugods/AvatarView/releases) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e4847d7f36754c1a8efb1aff838fdb91)](https://app.codacy.com/app/vitorhugods/AvatarView?utm_source=github.com&utm_medium=referral&utm_content=vitorhugods/AvatarView&utm_campaign=Badge_Grade_Dashboard) ![Kotlin](https://img.shields.io/badge/minSdkVersion-14-brightgreen.svg)