From 75d833a8c1246be99b703d18f37413ff5ad25ca7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 23 Jan 2020 18:21:20 -0500 Subject: [PATCH] Rename CI to Build --- .github/workflows/{ci.yml => build.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => build.yml} (98%) diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 98% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index e5cf7fdff..b1dfd577b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: CI +name: Build on: [push] jobs: go: diff --git a/README.md b/README.md index 180e9bcf4..db10a74b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CloudSonic Server -[![Build Status](https://github.com/cloudsonic/sonic-server/workflows/CI/badge.svg)](https://github.com/cloudsonic/sonic-server/actions) +[![Build Status](https://github.com/cloudsonic/sonic-server/workflows/Build/badge.svg)](https://github.com/cloudsonic/sonic-server/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/cloudsonic/sonic-server)](https://goreportcard.com/report/github.com/cloudsonic/sonic-server) CloudSonic is a music collection server and streamer, allowing you to listen to your music collection from anywhere.