File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : [ master ]
3
+ branches : [ main ]
4
4
pull_request :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
merge_group :
7
7
8
8
name : CI
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test_debug = []
49
49
debug = true
50
50
51
51
[package .metadata .release ]
52
- allow-branch = [" master " ]
52
+ allow-branch = [" main " ]
53
53
sign-tag = true
54
54
tag-name = " {{version}}"
55
55
Original file line number Diff line number Diff line change 1
1
# indexmap
2
2
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 )
4
4
[ ![ crates.io] ( https://img.shields.io/crates/v/indexmap.svg )] ( https://crates.io/crates/indexmap )
5
5
[ ![ docs] ( https://docs.rs/indexmap/badge.svg )] ( https://docs.rs/indexmap )
6
6
[ ![ 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:
56
56
57
57
# Recent Changes
58
58
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 ) .
You can’t perform that action at this time.
0 commit comments