File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed 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,10 +3,8 @@ name: Format
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
- branches :
9
- - master
10
8
merge_group :
11
9
types : [checks_requested]
12
10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
# Cancel existing tests on the same PR if a new commit is added to a pull request
Original file line number Diff line number Diff line change 1
1
# Turing.jl
2
2
3
- [ ![ Build Status] ( https://github.com/TuringLang/Turing.jl/workflows/Turing-CI/badge.svg )] ( https://github.com/TuringLang/Turing.jl/actions?query=workflow%3ATuring-CI+branch%3Amaster )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/Turing.jl/badge.svg?branch=master )] ( https://coveralls.io/github/TuringLang/Turing.jl?branch=master )
5
- [ ![ codecov] ( https://codecov.io/gh/TuringLang/Turing.jl/branch/master /graph/badge.svg?token=OiUBsnDQqf )] ( https://codecov.io/gh/TuringLang/Turing.jl )
3
+ [ ![ Build Status] ( https://github.com/TuringLang/Turing.jl/workflows/Turing-CI/badge.svg )] ( https://github.com/TuringLang/Turing.jl/actions?query=workflow%3ATuring-CI+branch%3Amain )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/Turing.jl/badge.svg?branch=main )] ( https://coveralls.io/github/TuringLang/Turing.jl?branch=main )
5
+ [ ![ codecov] ( https://codecov.io/gh/TuringLang/Turing.jl/branch/main /graph/badge.svg?token=OiUBsnDQqf )] ( https://codecov.io/gh/TuringLang/Turing.jl )
6
6
[ ![ ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://img.shields.io/badge/ColPrac-Contributor%27s%20Guide-blueviolet )] ( https://github.com/SciML/ColPrac )
7
7
8
8
## Getting Started
You can’t perform that action at this time.
0 commit comments