summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2023-01-06 19:13:00 +0100
committerGitHub <noreply@github.com>2023-01-06 19:13:00 +0100
commit17004f9abf59409b38fff4ea1538d9bb8a74f628 (patch)
tree2da7bbb07a1e58a826341c1b2e413154584711b4 /README.md
parentUpgrade Gradle Wrapper to 7.6 (diff)
downloadseven-wonders-17004f9abf59409b38fff4ea1538d9bb8a74f628.tar.gz
seven-wonders-17004f9abf59409b38fff4ea1538d9bb8a74f628.tar.bz2
seven-wonders-17004f9abf59409b38fff4ea1538d9bb8a74f628.zip
Remove broken build badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 527006fd..4a12d510 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# Seven Wonders Online
-[![Github Build](https://img.shields.io/github/workflow/status/joffrey-bion/seven-wonders/ci-cd?label=build&logo=github)](https://github.com/joffrey-bion/seven-wonders/actions?query=workflow%3A%22ci-cd%22)
[![Online Status](https://img.shields.io/website?up_message=online&url=http%3A%2F%2Fseven-wonders.hildan.org)](http://seven-wonders.hildan.org)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/joffrey-bion/seven-wonders/blob/master/LICENSE)
bgstack15