From 3a41e003cf13f47c5902748c9031b38f4694e368 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 30 Mar 2020 20:17:31 -0500 Subject: name the CI GH workflow (#5161) * name the CI GH workflow this will make the GH status info prettier * nonsense commit, codecov is trash --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a2eb183..14418789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +name: CI on: pull_request: {} push: -- cgit v1.2.3