diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake.yml similarity index 98% rename from .github/workflows/cmake-multi-platform.yml rename to .github/workflows/cmake.yml index f26deed..3b9500b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake.yml @@ -1,6 +1,6 @@ # 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: CMake on: push: