From 0c1d3436465359a20d8660a3d625f9b2b28e77fa Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Mon, 27 Jul 2020 08:02:56 -0600 Subject: [PATCH] renamed builds to avoid confusion --- .github/workflows/{c-cpp.yml => autotools.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{c-cpp.yml => autotools.yml} (98%) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/autotools.yml similarity index 98% rename from .github/workflows/c-cpp.yml rename to .github/workflows/autotools.yml index 568465f0533..d8027899394 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/autotools.yml @@ -1,4 +1,4 @@ -name: C/C++ CI +name: autotools on: push: