Skip to content

Commit 3817f0e

Browse files
committed
chore: rename branch to main
1 parent 4f210ac commit 3817f0e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI (post-merge)
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
permissions:
88
contents: read

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request: {}
55
merge_group: { types: [checks_requested] }
6-
push: { branches: [master] }
6+
push: { branches: [main] }
77

88
permissions:
99
contents: read

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Coverage
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
permissions:
88
contents: read

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "General purpose TCP server built for the Actix ecosystem"
1010
keywords = ["network", "tcp", "server", "framework", "async"]
1111
categories = ["network-programming", "asynchronous"]
1212
homepage = "https://actix.rs"
13-
repository = "https://github.com/actix/actix-net/tree/master/actix-server"
13+
repository = "https://github.com/actix/actix-net/tree/main/actix-server"
1414
license = "MIT OR Apache-2.0"
1515
edition.workspace = true
1616
rust-version.workspace = true

actix-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Rajasekharan Vengalil <[email protected]>"]
55
description = "Support for tokio tracing with Actix services"
66
keywords = ["network", "framework", "tracing"]
77
homepage = "https://actix.rs"
8-
repository = "https://github.com/actix/actix-net/tree/master/actix-tracing"
8+
repository = "https://github.com/actix/actix-net/tree/main/actix-tracing"
99
documentation = "https://docs.rs/actix-tracing"
1010
categories = ["network-programming", "asynchronous"]
1111
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)