From 1664f6edb4a328af9249f64cd53500e3defc0d7e Mon Sep 17 00:00:00 2001 From: Simon Oulevay Date: Wed, 11 Sep 2024 23:10:24 +0200 Subject: [PATCH] Update build workflow name --- .github/workflows/build.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c2aefa..b1c4625 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: build on: push: diff --git a/README.md b/README.md index acfedd4..65b7991 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A demonstration RESTful API implemented with [Express][express]. -[![GitHub](https://img.shields.io/github/license/MediaComem/comem-rest-demo)](https://opensource.org/licenses/MIT) -[![Build](https://github.com/MediaComem/comem-rest-demo/actions/workflows/build.yml/badge.svg)](https://github.com/MediaComem/comem-rest-demo/actions/workflows/build.yml) +[![license](https://img.shields.io/github/license/MediaComem/comem-rest-demo)](https://opensource.org/licenses/MIT) +[![build](https://github.com/MediaComem/comem-rest-demo/actions/workflows/build.yml/badge.svg)](https://github.com/MediaComem/comem-rest-demo/actions/workflows/build.yml)