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: