File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Documentation
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
tags : ' *'
7
7
pull_request :
8
8
types : [opened, synchronize, reopened]
Original file line number Diff line number Diff line change 2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
types : [opened, synchronize, reopened]
8
8
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: format-pr
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change 1
1
# QuadraticModels
2
2
3
- Linux/macOS/Windows: ![ CI] ( https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl/workflows/CI/badge.svg?branch=master )
3
+ Linux/macOS/Windows: ![ CI] ( https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl/workflows/CI/badge.svg?branch=main )
4
4
FreeBSD: [ ![ Build Status] ( https://api.cirrus-ci.com/github/JuliaSmoothOptimizers/QuadraticModels.jl.svg )] ( https://cirrus-ci.com/github/JuliaSmoothOptimizers/QuadraticModels.jl )
5
- [ ![ codecov.io] ( http://codecov.io/github/JuliaSmoothOptimizers/QuadraticModels.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaSmoothOptimizers/QuadraticModels.jl?branch=master )
5
+ [ ![ codecov.io] ( http://codecov.io/github/JuliaSmoothOptimizers/QuadraticModels.jl/coverage.svg?branch=main )] ( http://codecov.io/github/JuliaSmoothOptimizers/QuadraticModels.jl?branch=main )
6
6
[ ![ Documentation/stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaSmoothOptimizers.github.io/QuadraticModels.jl/stable )
7
7
[ ![ Documentation/dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaSmoothOptimizers.github.io/QuadraticModels.jl/dev )
8
8
You can’t perform that action at this time.
0 commit comments