From 6c43afff08d22136b5270fcf76b8a83f78f281c4 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Mon, 24 Aug 2020 14:16:52 -0400 Subject: [PATCH] Added CI badge to readme, changed workflow name (#325) --- .github/workflows/{rust.yml => ci.yml} | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{rust.yml => ci.yml} (99%) diff --git a/.github/workflows/rust.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/rust.yml rename to .github/workflows/ci.yml index 2505041f89109..71dabb4553391 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Rust +name: CI on: # NOTE: temporarily disabled because on-push currently uses up too many resources diff --git a/README.md b/README.md index baabfe5023750..e17a91470d8ff 100644 --- a/README.md +++ b/README.md @@ -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?