diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index 1ed9c1187..78dd5a266 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -1,6 +1,6 @@ name: Native CMake Build -on: [pull_request] # [push, pull_request] +on: [push, pull_request] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)