From 9a8c958b8afb954054700ee0ec0474f946112f64 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Tue, 20 Aug 2024 15:16:09 -0600 Subject: [PATCH] Update and rename cmake-multi-platform.yml to build_linux.yml --- .../workflows/{cmake-multi-platform.yml => build_linux.yml} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename .github/workflows/{cmake-multi-platform.yml => build_linux.yml} (93%) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/build_linux.yml similarity index 93% rename from .github/workflows/cmake-multi-platform.yml rename to .github/workflows/build_linux.yml index 645017b6ad..adabf2c372 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/build_linux.yml @@ -1,6 +1,4 @@ -# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform. -# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml -name: CMake on multiple platforms +name: Build and test on Linux on: push: