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 33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88
99# 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
33on :
44 push :
55 branches :
6- - master
6+ - main
77 tags : ' *'
88 pull_request :
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: IntegrationTest
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88
99jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: JuliaPre
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88
99# 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.
44
55[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://turinglang.github.io/AbstractMCMC.jl/stable )
66[ ![ 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 )
1111[ ![ 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