Skip to content

Commit 0175d70

Browse files
committed
Rename branch from master to main
Signed-off-by: Derek McGowan <[email protected]>
1 parent 33a8456 commit 0175d70

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: Continuity
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
# continuity
22

33
[![GoDoc](https://godoc.org/github.com/containerd/continuity?status.svg)](https://godoc.org/github.com/containerd/continuity)
4-
[![Build Status](https://travis-ci.org/containerd/continuity.svg?branch=master)](https://travis-ci.org/containerd/continuity)
4+
[![Build Status](https://travis-ci.org/containerd/continuity.svg?branch=main)](https://travis-ci.org/containerd/continuity)
55

66
A transport-agnostic, filesystem metadata manifest system
77

@@ -81,8 +81,8 @@ $ go generate ./proto
8181

8282
continuity is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
8383
As a containerd sub-project, you will find the:
84-
* [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
85-
* [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
86-
* and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
84+
* [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
85+
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
86+
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
8787

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

0 commit comments

Comments
 (0)