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 @@ -3,10 +3,10 @@ name: Build
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
jobs :
11
11
Build :
12
12
strategy :
Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >
2
2
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 " />
4
4
<br />
5
5
SixLabors.SharedInfrastructure
6
6
</h1 >
7
7
8
8
<div align =" center " >
9
9
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 )
12
12
[ ![ License: Apache 2.0] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
13
13
14
14
</div >
@@ -76,7 +76,7 @@ Since the submodule is stored in a separate repository you may find at times upd
76
76
77
77
``` bash
78
78
git submodule update --init --recursive
79
- git submodule foreach git pull origin master
79
+ git submodule foreach git pull origin main
80
80
```
81
81
82
82
### Linting Tools
You can’t perform that action at this time.
0 commit comments