Skip to content

Commit

Permalink
Merge pull request #165 from uhooi/feature/replace_master_with_main
Browse files Browse the repository at this point in the history
Replace master with main
  • Loading branch information
uhooi authored Aug 15, 2021
2 parents cfed304 + c5d5e10 commit 4c3582e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
- develop
paths-ignore:
- docs/**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# UhooiPicBook-Android

[![Release](https://img.shields.io/github/v/release/uhooi/UhooiPicBook-Android)](https://github.com/uhooi/UhooiPicBook-Android/releases/latest)
[![License](https://img.shields.io/github/license/uhooi/UhooiPicBook-Android)](https://github.com/uhooi/UhooiPicBook-Android/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/uhooi/UhooiPicBook-Android)](https://github.com/uhooi/UhooiPicBook-Android/blob/main/LICENSE)
[![Platform](https://img.shields.io/badge/platform-Android-lightgrey)](https://github.com/uhooi/UhooiPicBook-Android)
[![Twitter](https://img.shields.io/twitter/follow/the_uhooi?style=social)](https://twitter.com/the_uhooi)

|Branch|CI|Code coverage|
|:--|:--|:--|
|[master](https://github.com/uhooi/UhooiPicBook-Android/tree/master)|[![CI](https://github.com/uhooi/UhooiPicBook-Android/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/uhooi/UhooiPicBook-Android/actions/workflows/ci.yml)|[![codecov](https://codecov.io/gh/uhooi/UhooiPicBook-Android/branch/master/graph/badge.svg?token=NXWCPDDFIR)](https://codecov.io/gh/uhooi/UhooiPicBook-Android)|
|[main](https://github.com/uhooi/UhooiPicBook-Android/tree/main)|[![CI](https://github.com/uhooi/UhooiPicBook-Android/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/uhooi/UhooiPicBook-Android/actions/workflows/ci.yml)|[![codecov](https://codecov.io/gh/uhooi/UhooiPicBook-Android/branch/main/graph/badge.svg?token=NXWCPDDFIR)](https://codecov.io/gh/uhooi/UhooiPicBook-Android)|
|[develop](https://github.com/uhooi/UhooiPicBook-Android/tree/develop)|[![CI](https://github.com/uhooi/UhooiPicBook-Android/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/uhooi/UhooiPicBook-Android/actions/workflows/ci.yml)|[![codecov](https://codecov.io/gh/uhooi/UhooiPicBook-Android/branch/develop/graph/badge.svg?token=NXWCPDDFIR)](https://codecov.io/gh/uhooi/UhooiPicBook-Android)|

![Logo](./docs/logo.png)
Expand Down

0 comments on commit 4c3582e

Please sign in to comment.