File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,19 +3,11 @@ name: Docs
33on :
44 push :
55 branches :
6- - main
7- paths :
8- - " docs/**"
9- - " src/**"
10- - " *.toml"
6+ - master
117 tags : ["*"]
128 pull_request :
139 branches :
14- - main
15- paths :
16- - " docs/**"
17- - " src/**"
18- - " *.toml"
10+ - master
1911 types : [opened, synchronize, reopened]
2012
2113concurrency :
Original file line number Diff line number Diff line change 11# OpenCL.jl
22
3- [ ![ ] [ buildkite-img ]] [ buildkite-url ] [ ![ ] [ github-img ]] [ github-url ]
3+ [ ![ ] [ buildkite-img ]] [ buildkite-url ]
4+ [ ![ Test] ( https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/Test.yml/badge.svg )] ( https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/Test.yml )
5+ [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliagpu.github.io/OpenCL.jl/stable )
6+ [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliagpu.github.io/OpenCL.jl/dev )
47
58[ buildkite-img ] : https://badge.buildkite.com/6b2a46bff67692115dea3ad5a275d2f80777a5a99ffe42adb0.svg
69[ buildkite-url ] : https://buildkite.com/julialang/opencl-dot-jl
7- [ github-img ] : https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/CI.yml/badge.svg
8- [ github-url ] : https://github.com/JuliaGPU/OpenCL.jl/actions/workflows/CI.yml
910
1011* Julia interface for the OpenCL parallel computation API*
1112
You can’t perform that action at this time.
0 commit comments