diff --git a/.github/workflows/CMake.yml b/.github/workflows/CMake.yml index 9221bcfd..c3c13d85 100644 --- a/.github/workflows/CMake.yml +++ b/.github/workflows/CMake.yml @@ -2,12 +2,6 @@ # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml name: CMake Build Test -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release