mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Added CI badge to readme, changed workflow name (#325)
This commit is contained in:
parent
37afd00149
commit
6c43afff08
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Rust
|
||||
name: CI
|
||||
|
||||
on:
|
||||
# NOTE: temporarily disabled because on-push currently uses up too many resources
|
|
@ -2,6 +2,7 @@
|
|||
[![Crates.io](https://img.shields.io/crates/v/bevy.svg)](https://crates.io/crates/bevy)
|
||||
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bevyengine/bevy/blob/master/LICENSE)
|
||||
[![Crates.io](https://img.shields.io/crates/d/bevy.svg)](https://crates.io/crates/bevy)
|
||||
[![Rust](https://github.com/bevyengine/bevy/workflows/CI/badge.svg)](https://github.com/bevyengine/bevy/actions)
|
||||
|
||||
## What is Bevy?
|
||||
|
||||
|
|
Loading…
Reference in a new issue