From 712562dca492bd7219a76209ba71de48768e9220 Mon Sep 17 00:00:00 2001 From: Arvind Rathnashyam <55092649+caped-doshi@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:30:27 -0400 Subject: [PATCH] Rename ci.yml Change the github workflow name to C++ --- .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 e63b7e3..5350981 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Linux G++ CI +name: C++ on: push: