diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 802899f..1c3c197 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -3,14 +3,14 @@ name: CMake on: pull_request: branches: - - $default-branch + - master types: - opened - synchronize - reopened push: branches: - - $default-branch + - master env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)