diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 537354d..b5b6068 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test: @@ -30,7 +30,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: test - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' name: Deploy steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index c9b0de3..980b9c2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # bencode -[![Build Status](https://github.com/dampcake/bencode/workflows/Build/badge.svg?branch=master)](https://github.com/dampcake/bencode/actions?query=branch%3Amaster) -[![Coverage Status](https://codecov.io/gh/dampcake/bencode/branch/master/graph/badge.svg)](https://codecov.io/gh/dampcake/bencode) +[![Build Status](https://github.com/dampcake/bencode/workflows/Build/badge.svg?branch=main)](https://github.com/dampcake/bencode/actions?query=branch%3Amain) +[![Coverage Status](https://codecov.io/gh/dampcake/bencode/branch/main/graph/badge.svg)](https://codecov.io/gh/dampcake/bencode) [![Maven](https://img.shields.io/maven-central/v/com.dampcake/bencode.svg)](http://search.maven.org/#search%7Cga%7C1%7Ccom.dampcake.bencode) -[![GitHub license](https://img.shields.io/github/license/dampcake/bencode.svg)](https://github.com/dampcake/bencode/blob/master/LICENSE) +[![GitHub license](https://img.shields.io/github/license/dampcake/bencode.svg)](https://github.com/dampcake/bencode/blob/main/LICENSE) Bencode Input/Output Streams for Java