From 99e4622ef7d5db7a1d7747802f8bb841315b7972 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 3 Aug 2024 16:31:08 +0200 Subject: [PATCH] switch default branch from `master` to `main` --- .gitea/workflows/build-and-test.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-and-test.yml b/.gitea/workflows/build-and-test.yml index c833052..ae7ff4f 100644 --- a/.gitea/workflows/build-and-test.yml +++ b/.gitea/workflows/build-and-test.yml @@ -2,7 +2,7 @@ name: "Build and test" on: push: branches: - - master + - main pull_request: jobs: diff --git a/README.md b/README.md index 13d94fa..4beaebe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Coverage](https://pvv.ntnu.no/~oysteikt/gitea/mpvipc-async/master/coverage/badges/for_the_badge.svg)](https://pvv.ntnu.no/~oysteikt/gitea/mpvipc-async/master/coverage/src/) -[![Docs](https://img.shields.io/badge/docs-blue?style=for-the-badge&logo=rust)](https://pvv.ntnu.no/~oysteikt/gitea/mpvipc-async/master/docs/mpvipc_async/) +[![Coverage](https://pvv.ntnu.no/~oysteikt/gitea/mpvipc-async/main/coverage/badges/for_the_badge.svg)](https://pvv.ntnu.no/~oysteikt/gitea/mpvipc-async/main/coverage/src/) +[![Docs](https://img.shields.io/badge/docs-blue?style=for-the-badge&logo=rust)](https://pvv.ntnu.no/~oysteikt/gitea/mpvipc-async/main/docs/mpvipc_async/) # mpvipc-async