From 9fa09e20e10ed45ec0a59cdcc4484223d4eb9391 Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Thu, 28 Jan 2021 12:09:14 +0100 Subject: Split PR and CI/CD builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e4e02e29..2f3d55e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Seven Wonders Online -[![Travis Build](https://img.shields.io/travis/joffrey-bion/seven-wonders/master.svg)](https://travis-ci.org/joffrey-bion/seven-wonders) +[![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) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/joffrey-bion/seven-wonders/blob/master/LICENSE) A digital version of the [7 Wonders board game](https://en.wikipedia.org/wiki/7_Wonders_(board_game)). -- cgit