Skip to content

Commit 3eb2ebc

Browse files
committed
README: Fix CI badge to use the status of the latest *default* branch
Otherwise it'll display the status of the most recent CI run on _any_ branch, which could possibly be failing.
1 parent 1b2e1ae commit 3eb2ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A very lightweight wrapper around Vulkan
44

55
[![Crates.io Version](https://img.shields.io/crates/v/ash.svg)](https://crates.io/crates/ash)
66
[![Documentation](https://docs.rs/ash/badge.svg)](https://docs.rs/ash)
7-
[![Build Status](https://github.com/ash-rs/ash/workflows/CI/badge.svg)](https://github.com/ash-rs/ash/actions?workflow=CI)
7+
[![Build Status](https://github.com/ash-rs/ash/actions/workflows/ci.yml/badge.svg)](https://github.com/ash-rs/ash/actions/workflows/ci.yml)
88
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
99
[![LICENSE](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE-APACHE)
1010
[![Join the chat at https://gitter.im/MaikKlein/ash](https://badges.gitter.im/MaikKlein/ash.svg)](https://gitter.im/MaikKlein/ash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

0 commit comments

Comments
 (0)