File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
# needed to allow julia-actions/cache to delete old caches that it has created
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Documentation
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags : ' *'
8
8
pull_request :
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: IntegrationTest
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: JuliaPre
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
# needed to allow julia-actions/cache to delete old caches that it has created
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Abstract types and interfaces for Markov chain Monte Carlo methods.
4
4
5
5
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://turinglang.github.io/AbstractMCMC.jl/stable )
6
6
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://turinglang.github.io/AbstractMCMC.jl/dev )
7
- [ ![ CI] ( https://github.com/TuringLang/AbstractMCMC.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/TuringLang/AbstractMCMC.jl/actions?query=workflow%3ACI+branch%3Amaster )
8
- [ ![ IntegrationTest] ( https://github.com/TuringLang/AbstractMCMC.jl/workflows/IntegrationTest/badge.svg?branch=master )] ( https://github.com/TuringLang/AbstractMCMC.jl/actions?query=workflow%3AIntegrationTest+branch%3Amaster )
9
- [ ![ Codecov] ( https://codecov.io/gh/TuringLang/AbstractMCMC.jl/branch/master /graph/badge.svg )] ( https://codecov.io/gh/TuringLang/AbstractMCMC.jl )
10
- [ ![ Coveralls] ( https://coveralls.io/repos/github/TuringLang/AbstractMCMC.jl/badge.svg?branch=master )] ( https://coveralls.io/github/TuringLang/AbstractMCMC.jl?branch=master )
7
+ [ ![ CI] ( https://github.com/TuringLang/AbstractMCMC.jl/workflows/CI/badge.svg?branch=main )] ( https://github.com/TuringLang/AbstractMCMC.jl/actions?query=workflow%3ACI+branch%3Amain )
8
+ [ ![ IntegrationTest] ( https://github.com/TuringLang/AbstractMCMC.jl/workflows/IntegrationTest/badge.svg?branch=main )] ( https://github.com/TuringLang/AbstractMCMC.jl/actions?query=workflow%3AIntegrationTest+branch%3Amain )
9
+ [ ![ Codecov] ( https://codecov.io/gh/TuringLang/AbstractMCMC.jl/branch/main /graph/badge.svg )] ( https://codecov.io/gh/TuringLang/AbstractMCMC.jl )
10
+ [ ![ Coveralls] ( https://coveralls.io/repos/github/TuringLang/AbstractMCMC.jl/badge.svg?branch=main )] ( https://coveralls.io/github/TuringLang/AbstractMCMC.jl?branch=main )
11
11
[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
You can’t perform that action at this time.
0 commit comments