Skip to content

Commit e5abf8b

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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
# go-runc
22

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

66
This is a package for consuming the [runc](https://github.com/opencontainers/runc) binary in your Go applications.
77
It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!
@@ -18,8 +18,8 @@ Docs can be found at [godoc.org](https://godoc.org/github.com/containerd/go-runc
1818
The go-runc is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
1919
As a containerd sub-project, you will find the:
2020

21-
* [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
22-
* [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
23-
* and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
21+
* [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
22+
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
23+
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
2424

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

0 commit comments

Comments
 (0)