diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 39e4494..5865c64 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -4,7 +4,8 @@ name: CMake on multiple platforms on: push: - branches: [ "master" "module" ] + #branches: [ "master", "module" ] + branches: [ "module" ] pull_request: branches: [ "master" ]