Skip to content

Commit 9a62975

Browse files
authored
Merge pull request #49 from dmcgowan/branch-rename
2 parents 18d41a3 + 35c6af7 commit 9a62975

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
# [containerd](https://github.com/containerd/containerd) ZFS snapshotter plugin
22

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

66
ZFS snapshotter plugin for containerd.
77

@@ -26,8 +26,8 @@ $ zfs create -o mountpoint=/var/lib/containerd/io.containerd.snapshotter.v1.zfs
2626

2727
The zfs plugin is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
2828
As a containerd sub-project, you will find the:
29-
* [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
30-
* [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
31-
* and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
29+
* [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
30+
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
31+
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
3232

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

0 commit comments

Comments
 (0)