Skip to content

Commit 629f940

Browse files
committed
Rename master to main
1 parent d905435 commit 629f940

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ main ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66
merge_group:
77

88
name: CI

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test_debug = []
4949
debug = true
5050

5151
[package.metadata.release]
52-
allow-branch = ["master"]
52+
allow-branch = ["main"]
5353
sign-tag = true
5454
tag-name = "{{version}}"
5555

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# indexmap
22

3-
[![build status](https://github.com/indexmap-rs/indexmap/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/indexmap-rs/indexmap/actions)
3+
[![build status](https://github.com/indexmap-rs/indexmap/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/indexmap-rs/indexmap/actions)
44
[![crates.io](https://img.shields.io/crates/v/indexmap.svg)](https://crates.io/crates/indexmap)
55
[![docs](https://docs.rs/indexmap/badge.svg)](https://docs.rs/indexmap)
66
[![rustc](https://img.shields.io/badge/rust-1.63%2B-orange.svg)](https://img.shields.io/badge/rust-1.63%2B-orange.svg)
@@ -56,4 +56,4 @@ which is roughly:
5656

5757
# Recent Changes
5858

59-
See [RELEASES.md](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md).
59+
See [RELEASES.md](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md).

0 commit comments

Comments
 (0)