Skip to content

Commit b780339

Browse files
committed
Renamed master to main.
1 parent f351ed4 commit b780339

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
jobs:
1111
Build:
1212
strategy:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<h1 align="center">
22

3-
<img src="https://raw.githubusercontent.com/SixLabors/Branding/master/icons/org/sixlabors.512.png" alt="SixLabors.SharedInfrastructure" width="256"/>
3+
<img src="https://raw.githubusercontent.com/SixLabors/Branding/main/icons/org/sixlabors.512.png" alt="SixLabors.SharedInfrastructure" width="256"/>
44
<br/>
55
SixLabors.SharedInfrastructure
66
</h1>
77

88
<div align="center">
99

10-
[![Build Status](https://img.shields.io/github/workflow/status/SixLabors/SharedInfrastructure/Build/master)](https://github.com/SixLabors/SharedInfrastructure/actions)
11-
[![Code coverage](https://codecov.io/gh/SixLabors/SharedInfrastructure/branch/master/graph/badge.svg)](https://codecov.io/gh/SixLabors/SharedInfrastructure)
10+
[![Build Status](https://img.shields.io/github/workflow/status/SixLabors/SharedInfrastructure/Build/main)](https://github.com/SixLabors/SharedInfrastructure/actions)
11+
[![Code coverage](https://codecov.io/gh/SixLabors/SharedInfrastructure/branch/main/graph/badge.svg)](https://codecov.io/gh/SixLabors/SharedInfrastructure)
1212
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1313

1414
</div>
@@ -76,7 +76,7 @@ Since the submodule is stored in a separate repository you may find at times upd
7676

7777
``` bash
7878
git submodule update --init --recursive
79-
git submodule foreach git pull origin master
79+
git submodule foreach git pull origin main
8080
```
8181

8282
### Linting Tools

0 commit comments

Comments
 (0)