From 1db5a32ef1579600a1107f1d57db02c411ef8dae Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 21 Mar 2022 20:16:36 +0000 Subject: [PATCH] rename CI workflow --- .github/workflows/{build_test_react.yml => build.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build_test_react.yml => build.yml} (91%) diff --git a/.github/workflows/build_test_react.yml b/.github/workflows/build.yml similarity index 91% rename from .github/workflows/build_test_react.yml rename to .github/workflows/build.yml index 2305876..131bf14 100644 --- a/.github/workflows/build_test_react.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build and test React app +name: Build and test on: push: diff --git a/README.md b/README.md index 0eaa6fa..7ee2708 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # retropilot-client -![Build and test React app CI](https://github.com/RetroPilot/retropilot-client/actions/workflows/build_test_react.yml/badge.svg) +![Build and test CI](https://github.com/RetroPilot/retropilot-client/actions/workflows/build.yml/badge.svg) React client for [RetroPilot server](https://github.com/RetroPilot/retropilot-server)