From 0592d40bc26842ede3ab21f4648039aa0f3532d5 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 31 Jan 2021 21:50:33 +0100 Subject: [PATCH] CI: rename neon build (to make it obvious there are other possibilities) --- .github/workflows/{ci.yml => ci-neon.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yml => ci-neon.yml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci-neon.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/ci-neon.yml index c2699507d..0c691dbd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci-neon.yml @@ -1,4 +1,4 @@ -name: ci +name: ci-neon on: push: