Added CI badge to readme, changed workflow name (#325)

This commit is contained in:
Forest Anderson 2020-08-24 14:16:52 -04:00 committed by GitHub
parent 37afd00149
commit 6c43afff08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
name: Rust
name: CI
on:
# NOTE: temporarily disabled because on-push currently uses up too many resources

View file

@ -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?