From 6d32b225eba73b86ddff7add32a8bb04fdd7587f Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Sat, 21 Oct 2023 11:46:51 +1100 Subject: [PATCH] Shorten name for CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seeing “Continuous Integration” spelt out in full in our README badge was too much for me. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8517aa..49bee44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: CI on: [push, pull_request]