We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428d7cb commit fe0a2faCopy full SHA for fe0a2fa
2 files changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
push:
8
branches:
9
- - master
+ - main
10
- '[0-9]+.[0-9]+'
11
schedule:
12
- cron: '0 2 * * 0'
README.md
@@ -7,8 +7,8 @@
</p>
<p align="center">
- <a href="https://github.com/rust-lang/futures-rs/actions?query=branch%3Amaster">
- <img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/rust-lang/futures-rs/ci.yml?branch=master">
+ <a href="https://github.com/rust-lang/futures-rs/actions?query=branch%3Amain">
+ <img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/rust-lang/futures-rs/ci.yml?branch=main">
</a>
13
14
<a href="https://crates.io/crates/futures">
0 commit comments