Skip to content

Commit 31100b5

Browse files
committed
chore: migrate master to main
1 parent 56bbdc8 commit 31100b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "master"
7+
- "main"
88

99
jobs:
1010
test:
1111
strategy:
1212
matrix:
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
15-
15+
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-go@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![CI](https://github.com/commander-cli/cmd/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/commander-cli/cmd/actions/workflows/ci.yml)
1+
[![CI](https://github.com/commander-cli/cmd/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/commander-cli/cmd/actions/workflows/ci.yml)
22
[![GoDoc](https://godoc.org/github.com/commander-cli/cmd?status.svg)](https://godoc.org/github.com/commander-cli/cmd)
33
[![Test Coverage](https://api.codeclimate.com/v1/badges/31911138f62cea099c31/test_coverage)](https://codeclimate.com/github/commander-cli/cmd/test_coverage)
44
[![Maintainability](https://api.codeclimate.com/v1/badges/af3487439a313d580619/maintainability)](https://codeclimate.com/github/commander-cli/cmd/maintainability)

0 commit comments

Comments
 (0)