From 9427a4a0c2e888a960e17a25b4da03504e2ca7ad Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 7 Jul 2026 11:47:22 -0700 Subject: [PATCH] Rename master to main --- .github/workflows/{master.yaml => main.yaml} | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{master.yaml => main.yaml} (95%) diff --git a/.github/workflows/master.yaml b/.github/workflows/main.yaml similarity index 95% rename from .github/workflows/master.yaml rename to .github/workflows/main.yaml index 034e3793..d916436f 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/main.yaml @@ -1,8 +1,8 @@ -name: master +name: main on: push: branches: - - master + - main schedule: - cron: '0 0 * * 0' # 00:00 Sunday diff --git a/README.md b/README.md index 18df346f..96416020 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![crate](https://img.shields.io/crates/v/num-bigint.svg)](https://crates.io/crates/num-bigint) [![documentation](https://docs.rs/num-bigint/badge.svg)](https://docs.rs/num-bigint) [![minimum rustc 1.60](https://img.shields.io/badge/rustc-1.60+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html) -[![build status](https://github.com/rust-num/num-bigint/workflows/master/badge.svg)](https://github.com/rust-num/num-bigint/actions) +[![build status](https://github.com/rust-num/num-bigint/actions/workflows/main.yaml/badge.svg)](https://github.com/rust-num/num-bigint/actions/workflows/main.yaml) Big integer types for Rust, `BigInt` and `BigUint`.