diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 48fd478..7c47a81 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,13 @@ name: Test (CMake) on: push: - branches: [ "master" ] + branches: + - 'master' + - '*' pull_request: - branches: [ "master" ] + branches: + - 'master' + - '*' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)