Skip to content

Commit

Permalink
Use main branch (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dampcake committed Jul 8, 2023
1 parent 0a62b5c commit d02ed6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d02ed6e

Please sign in to comment.