Skip to content

Commit 7254c12

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

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,11 +2,11 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- 'release/**'
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
- 'release/**'
1111

1212
jobs:

README.md

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

33
[![Build Status](https://github.com/containerd/cgroups/workflows/CI/badge.svg)](https://github.com/containerd/cgroups/actions?query=workflow%3ACI)
4-
[![codecov](https://codecov.io/gh/containerd/cgroups/branch/master/graph/badge.svg)](https://codecov.io/gh/containerd/cgroups)
4+
[![codecov](https://codecov.io/gh/containerd/cgroups/branch/main/graph/badge.svg)](https://codecov.io/gh/containerd/cgroups)
55
[![GoDoc](https://godoc.org/github.com/containerd/cgroups?status.svg)](https://godoc.org/github.com/containerd/cgroups)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/containerd/cgroups)](https://goreportcard.com/report/github.com/containerd/cgroups)
77

@@ -142,8 +142,8 @@ All static path should not include `/sys/fs/cgroup/` prefix, it should start wit
142142
Cgroups is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
143143
As a containerd sub-project, you will find the:
144144

145-
* [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
146-
* [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
147-
* and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
145+
* [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
146+
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
147+
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
148148

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

0 commit comments

Comments
 (0)