Skip to content

Commit d3faad5

Browse files
committed
Renamed master branch to main.
1 parent 190a3ea commit d3faad5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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
schedule:
99
- cron: '0 19 * * 3'
1010

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include = [
3636
]
3737

3838
[badges]
39-
codecov = { repository = "orium/rpds", branch = "master", service = "github" }
39+
codecov = { repository = "orium/rpds", branch = "main", service = "github" }
4040

4141
[dependencies]
4242
archery = "1.0.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://github.com/orium/rpds/workflows/CI/badge.svg)](https://github.com/orium/rpds/actions?query=workflow%3ACI)
2-
[![Code Coverage](https://codecov.io/gh/orium/rpds/branch/master/graph/badge.svg)](https://codecov.io/gh/orium/rpds)
2+
[![Code Coverage](https://codecov.io/gh/orium/rpds/branch/main/graph/badge.svg)](https://codecov.io/gh/orium/rpds)
33
[![Dependency status](https://deps.rs/repo/github/orium/rpds/status.svg)](https://deps.rs/repo/github/orium/rpds)
44
[![crates.io](https://img.shields.io/crates/v/rpds.svg)](https://crates.io/crates/rpds)
55
[![Downloads](https://img.shields.io/crates/d/rpds.svg)](https://crates.io/crates/rpds)

tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -e
88

9-
MAIN_BRANCH=master
9+
MAIN_BRANCH=main
1010

1111
cd $(dirname "$0")
1212
cd "$(git rev-parse --show-toplevel)"

0 commit comments

Comments
 (0)