diff --git a/.github/workflows/ci-post-merge.yml b/.github/workflows/ci-post-merge.yml index 3e7c090a..40625250 100644 --- a/.github/workflows/ci-post-merge.yml +++ b/.github/workflows/ci-post-merge.yml @@ -2,7 +2,7 @@ name: CI (post-merge) on: push: - branches: [master] + branches: [main] permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 686b161a..b9236cb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: {} merge_group: { types: [checks_requested] } - push: { branches: [master] } + push: { branches: [main] } permissions: contents: read diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5acfbcc0..9bcc020f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,7 +2,7 @@ name: Coverage on: push: - branches: [master] + branches: [main] permissions: contents: read diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index fe8c10c3..3fb037dc 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -10,7 +10,7 @@ description = "General purpose TCP server built for the Actix ecosystem" keywords = ["network", "tcp", "server", "framework", "async"] categories = ["network-programming", "asynchronous"] homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-net/tree/master/actix-server" +repository = "https://github.com/actix/actix-net/tree/main/actix-server" license = "MIT OR Apache-2.0" edition.workspace = true rust-version.workspace = true diff --git a/actix-tracing/Cargo.toml b/actix-tracing/Cargo.toml index 8e4e0db2..21413cd3 100644 --- a/actix-tracing/Cargo.toml +++ b/actix-tracing/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Rajasekharan Vengalil "] description = "Support for tokio tracing with Actix services" keywords = ["network", "framework", "tracing"] homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-net/tree/master/actix-tracing" +repository = "https://github.com/actix/actix-net/tree/main/actix-tracing" documentation = "https://docs.rs/actix-tracing" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0"