From ceda0e1aa24adf918daa68555a277a29a286f097 Mon Sep 17 00:00:00 2001 From: Willow Ahrens Date: Mon, 23 Dec 2024 09:58:21 -0500 Subject: [PATCH 1/3] rename default branch to main --- .github/workflows/CI.yml | 4 ++-- .github/workflows/Documentation.yml | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index acfd2622..05bfa22d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,10 +2,10 @@ name: CI on: pull_request: branches: - - master + - main push: branches: - - master + - main tags: '*' jobs: test: diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 5ad0fffd..39b32fac 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master + - main tags: '*' jobs: diff --git a/README.md b/README.md index 55929b55..847f92db 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] -[![Build Status](https://github.com/JuliaCI/BenchmarkTools.jl/workflows/CI/badge.svg)](https://github.com/JuliaCI/BenchmarkTools.jl/actions/workflows/CI.yml?query=branch%3Amaster) -[![Code Coverage](https://codecov.io/gh/JuliaCI/BenchmarkTools.jl/branch/master/graph/badge.svg?label=codecov&token=ccN7NZpkBx)](https://codecov.io/gh/JuliaCI/BenchmarkTools.jl) +[![Build Status](https://github.com/JuliaCI/BenchmarkTools.jl/workflows/CI/badge.svg)](https://github.com/JuliaCI/BenchmarkTools.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Code Coverage](https://codecov.io/gh/JuliaCI/BenchmarkTools.jl/branch/main/graph/badge.svg?label=codecov&token=ccN7NZpkBx)](https://codecov.io/gh/JuliaCI/BenchmarkTools.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) From 45aa7c1a3b919bf09cee71e85c7fcb49459a4594 Mon Sep 17 00:00:00 2001 From: Willow Ahrens Date: Mon, 23 Dec 2024 10:09:38 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 847f92db..63bac561 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # BenchmarkTools.jl + BenchmarkTools logo From cd0ea11da1c8006b5b4cc95472a38cfc78d7e2ec Mon Sep 17 00:00:00 2001 From: Willow Ahrens Date: Mon, 23 Dec 2024 10:10:05 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 63bac561..847f92db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # BenchmarkTools.jl - BenchmarkTools logo