File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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
jobs :
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: 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 2
2
3
3
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://turinglang.github.io/AdvancedMH.jl/stable )
4
4
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://turinglang.github.io/AdvancedMH.jl/dev )
5
- [ ![ AdvancedMH-CI] ( https://github.com/TuringLang/AdvancedMH.jl/actions/workflows/main.yml/badge.svg?branch=master )] ( https://github.com/TuringLang/AdvancedMH.jl/actions/workflows/main.yml?query=branch%3Amaster )
5
+ [ ![ AdvancedMH-CI] ( https://github.com/TuringLang/AdvancedMH.jl/actions/workflows/main.yml/badge.svg?branch=main )] ( https://github.com/TuringLang/AdvancedMH.jl/actions/workflows/main.yml?query=branch%3Amain )
6
6
7
7
AdvancedMH.jl currently provides a robust implementation of random walk Metropolis-Hastings samplers.
8
8
You can’t perform that action at this time.
0 commit comments