chore: rename branch to main

This commit is contained in:
Yuki Okushi 2025-11-05 19:51:14 +09:00
parent 4f210acffa
commit 3817f0e3d5
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: CI (post-merge)
on:
push:
branches: [master]
branches: [main]
permissions:
contents: read

View File

@ -3,7 +3,7 @@ name: CI
on:
pull_request: {}
merge_group: { types: [checks_requested] }
push: { branches: [master] }
push: { branches: [main] }
permissions:
contents: read

View File

@ -2,7 +2,7 @@ name: Coverage
on:
push:
branches: [master]
branches: [main]
permissions:
contents: read

View File

@ -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

View File

@ -5,7 +5,7 @@ authors = ["Rajasekharan Vengalil <avranju@gmail.com>"]
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"