Skip to content

Commit cb3511f

Browse files
martijnekenantonengelhardt
authored andcommitted
Rename the default branch to main. (proxy-wasm#234)
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 03d8832 commit cb3511f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ on:
1818

1919
pull_request:
2020
branches:
21-
- master
21+
- main
2222

2323
push:
2424
branches:
25-
- master
25+
- main
2626

2727
schedule:
2828
- cron: '0 0 * * *'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
[![Documentation][docs-badge]][docs-link]
66
[![Apache 2.0 License][license-badge]][license-link]
77

8-
[build-badge]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/workflows/Rust/badge.svg?branch=master
9-
[build-link]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/actions?query=workflow%3ARust+branch%3Amaster
8+
[build-badge]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/workflows/Rust/badge.svg?branch=main
9+
[build-link]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/actions?query=workflow%3ARust+branch%3Amain
1010
[crate-badge]: https://img.shields.io/crates/v/proxy-wasm.svg
1111
[crate-link]: https://crates.io/crates/proxy-wasm
1212
[docs-badge]: https://docs.rs/proxy-wasm/badge.svg
1313
[docs-link]: https://docs.rs/proxy-wasm
1414
[license-badge]: https://img.shields.io/github/license/proxy-wasm/proxy-wasm-rust-sdk
15-
[license-link]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/master/LICENSE
15+
[license-link]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/main/LICENSE
1616

1717
## Examples
1818

0 commit comments

Comments
 (0)