Skip to content

Commit a143311

Browse files
committed
Rename branch from master to main
Signed-off-by: Derek McGowan <[email protected]>
1 parent 9191ec9 commit a143311

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ttrpc
22

33
[![Build Status](https://github.com/containerd/ttrpc/workflows/CI/badge.svg)](https://github.com/containerd/ttrpc/actions?query=workflow%3ACI)
4-
[![codecov](https://codecov.io/gh/containerd/ttrpc/branch/master/graph/badge.svg)](https://codecov.io/gh/containerd/ttrpc)
4+
[![codecov](https://codecov.io/gh/containerd/ttrpc/branch/main/graph/badge.svg)](https://codecov.io/gh/containerd/ttrpc)
55

66
GRPC for low-memory environments.
77

@@ -56,8 +56,8 @@ TODO:
5656

5757
ttrpc is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
5858
As a containerd sub-project, you will find the:
59-
* [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
60-
* [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
61-
* and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
59+
* [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
60+
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
61+
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
6262

6363
information in our [`containerd/project`](https://github.com/containerd/project) repository.

0 commit comments

Comments
 (0)