File tree 6 files changed +11
-13
lines changed
6 files changed +11
-13
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
- backport-*
8
8
pull_request :
9
9
merge_group :
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
merge_group :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Format
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
merge_group :
9
9
types : [checks_requested]
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: IntegrationTest
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
merge_group :
8
8
types : [checks_requested]
9
9
pull_request :
10
- branches : [master ]
10
+ branches : [main ]
11
11
types : [auto_merge_enabled]
12
12
13
13
jobs :
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ name: JuliaPre
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
- branches :
9
- - master
10
8
11
9
# needed to allow julia-actions/cache to delete old caches that it has created
12
10
permissions :
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/DynamicPPL.jl/stable )
4
4
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://turinglang.github.io/DynamicPPL.jl/dev )
5
- [ ![ CI] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3ACI+branch%3Amaster )
6
- [ ![ JuliaPre] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/JuliaPre/badge.svg?branch=master )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3AJuliaPre+branch%3Amaster )
7
- [ ![ IntegrationTest] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/IntegrationTest/badge.svg?branch=master )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3AIntegrationTest+branch%3Amaster )
8
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/DynamicPPL.jl/badge.svg?branch=master )] ( https://coveralls.io/github/TuringLang/DynamicPPL.jl?branch=master )
9
- [ ![ Codecov] ( https://codecov.io/gh/TuringLang/DynamicPPL.jl/branch/master /graph/badge.svg )] ( https://codecov.io/gh/TuringLang/DynamicPPL.jl )
5
+ [ ![ CI] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/CI/badge.svg?branch=main )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3ACI+branch%3Amain )
6
+ [ ![ JuliaPre] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/JuliaPre/badge.svg?branch=main )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3AJuliaPre+branch%3Amain )
7
+ [ ![ IntegrationTest] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/IntegrationTest/badge.svg?branch=main )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3AIntegrationTest+branch%3Amain )
8
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/DynamicPPL.jl/badge.svg?branch=main )] ( https://coveralls.io/github/TuringLang/DynamicPPL.jl?branch=main )
9
+ [ ![ Codecov] ( https://codecov.io/gh/TuringLang/DynamicPPL.jl/branch/main /graph/badge.svg )] ( https://codecov.io/gh/TuringLang/DynamicPPL.jl )
10
10
[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
11
11
[ ![ ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://img.shields.io/badge/ColPrac-Contributor%27s%20Guide-blueviolet )] ( https://docs.sciml.ai/ColPrac/stable/ )
12
12
You can’t perform that action at this time.
0 commit comments