diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1539212f5..174a49bc2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -3,8 +3,6 @@ name: CMake on: push: - branches: - - master paths: - src/** @@ -15,8 +13,6 @@ on: - "!**/Makefile*" pull_request: - branches: - - master paths: - src/**