File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99jobs :
1010 test :
3030 deploy :
3131 runs-on : ubuntu-latest
3232 needs : test
33- if : github.ref == 'refs/heads/master '
33+ if : github.ref == 'refs/heads/main '
3434 name : Deploy
3535 steps :
3636 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11# bencode
22
3- [ ![ Build Status] ( https://github.com/dampcake/bencode/workflows/Build/badge.svg?branch=master )] ( https://github.com/dampcake/bencode/actions?query=branch%3Amaster )
4- [ ![ Coverage Status] ( https://codecov.io/gh/dampcake/bencode/branch/master /graph/badge.svg )] ( https://codecov.io/gh/dampcake/bencode )
3+ [ ![ Build Status] ( https://github.com/dampcake/bencode/workflows/Build/badge.svg?branch=main )] ( https://github.com/dampcake/bencode/actions?query=branch%3Amain )
4+ [ ![ Coverage Status] ( https://codecov.io/gh/dampcake/bencode/branch/main /graph/badge.svg )] ( https://codecov.io/gh/dampcake/bencode )
55[ ![ Maven] ( https://img.shields.io/maven-central/v/com.dampcake/bencode.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Ccom.dampcake.bencode )
6- [ ![ GitHub license] ( https://img.shields.io/github/license/dampcake/bencode.svg )] ( https://github.com/dampcake/bencode/blob/master /LICENSE )
6+ [ ![ GitHub license] ( https://img.shields.io/github/license/dampcake/bencode.svg )] ( https://github.com/dampcake/bencode/blob/main /LICENSE )
77
88Bencode Input/Output Streams for Java
99
You can’t perform that action at this time.
0 commit comments