File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
22on :
33 pull_request :
44 branches :
5- - master
5+ - main
66 push :
77 branches :
8- - master
8+ - main
99 tags : ' *'
1010jobs :
1111 test :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Documentation
33on :
44 push :
55 branches :
6- - master
6+ - main
77 tags : ' *'
88
99jobs :
Original file line number Diff line number Diff line change 77
88[ ![ ] [ docs-stable-img ]] [ docs-stable-url ]
99[ ![ ] [ docs-dev-img ]] [ docs-dev-url ]
10- [ ![ 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 )
11- [ ![ 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 )
10+ [ ![ 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 )
11+ [ ![ 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 )
1212[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
1313[ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
1414
You can’t perform that action at this time.
0 commit comments