From c7d91ac715350a102816d680f0e9efe0cbd8baca Mon Sep 17 00:00:00 2001 From: Oliver Kinch Date: Thu, 11 Jul 2024 09:32:56 +0200 Subject: [PATCH] Master -> main --- .github/workflows/ci.yaml | 2 +- .github/workflows/docs.yaml | 4 ++-- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f03dfd9a..b9e054cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: pull_request: branches: - - master + - main jobs: lint: diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f1b1d285..aa0548f5 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,10 +1,10 @@ name: website -# Build the documentation whenever there are new commits on master +# Build the documentation whenever there are new commits on main on: push: branches: - - master + - main # Security: restrict permissions for CI jobs. permissions: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35dab6ce..59a7abf2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ find an issue to work on, you are welcome to open a PR with a fix. ### Commit your update Commit the changes once you are happy with them. See [Atom's contributing -guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages) to +guide](https://github.com/atom/atom/blob/main/CONTRIBUTING.md#git-commit-messages) to know how to use emoji for commit messages. Once your changes are ready, don't forget to diff --git a/README.md b/README.md index 943a48c4..51fb469b 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Se `src/scripts/finalize.py`. ______________________________________________________________________ [![Documentation](https://img.shields.io/badge/docs-passing-green)](https://alexandrainst.github.io/domsdatabasen/domsdatabasen.html) -[![License](https://img.shields.io/github/license/oliverkinch/domsdatabasen)](https://github.com/alexandrainst/domsdatabasen/blob/master/LICENSE) -[![LastCommit](https://img.shields.io/github/last-commit/oliverkinch/domsdatabasen)](https://github.com/alexandrainst/domsdatabasen/commits/master) -[![Code Coverage](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg)](https://github.com/alexandrainst/domsdatabasen/tree/master/tests) -[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://github.com/alexandrainst/domsdatabasen/blob/master/CODE_OF_CONDUCT.md) +[![License](https://img.shields.io/github/license/oliverkinch/domsdatabasen)](https://github.com/alexandrainst/domsdatabasen/blob/main/LICENSE) +[![LastCommit](https://img.shields.io/github/last-commit/oliverkinch/domsdatabasen)](https://github.com/alexandrainst/domsdatabasen/commits/main) +[![Code Coverage](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg)](https://github.com/alexandrainst/domsdatabasen/tree/main/tests) +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://github.com/alexandrainst/domsdatabasen/blob/main/CODE_OF_CONDUCT.md) Developers: