File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Benchmarks
22on :
33 pull_request :
44 branches :
5- - master
5+ - main
66
77concurrency :
88 # Skip intermediate builds: always.
Original file line number Diff line number Diff line change 22on :
33 push :
44 branches :
5- - master
5+ - main
66 tags : ['*']
77 pull_request :
88 workflow_dispatch :
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 @@ -2,7 +2,7 @@ name: Enzyme
22on :
33 push :
44 branches :
5- - master
5+ - main
66 tags : ['*']
77 pull_request :
88 workflow_dispatch :
Original file line number Diff line number Diff line change 11[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://turinglang.org/AdvancedVI.jl/stable/ )
22[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://turinglang.org/AdvancedVI.jl/dev/ )
3- [ ![ Build Status] ( https://github.com/TuringLang/AdvancedVI.jl/actions/workflows/CI.yml/badge.svg?branch=master )] ( https://github.com/TuringLang/AdvancedVI.jl/actions/workflows/CI.yml?query=branch%3Amaster )
4- [ ![ Coverage] ( https://codecov.io/gh/TuringLang/AdvancedVI.jl/branch/master /graph/badge.svg )] ( https://codecov.io/gh/TuringLang/AdvancedVI.jl )
3+ [ ![ Build Status] ( https://github.com/TuringLang/AdvancedVI.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/TuringLang/AdvancedVI.jl/actions/workflows/CI.yml?query=branch%3Amain )
4+ [ ![ Coverage] ( https://codecov.io/gh/TuringLang/AdvancedVI.jl/branch/main /graph/badge.svg )] ( https://codecov.io/gh/TuringLang/AdvancedVI.jl )
55
66# AdvancedVI.jl
77
You can’t perform that action at this time.
0 commit comments