diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 174a49bc2..4bc84e91c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -3,7 +3,6 @@ name: CMake on: push: - paths: - src/** - "**/CMakeLists.txt" @@ -13,7 +12,6 @@ on: - "!**/Makefile*" pull_request: - paths: - src/** - "**/CMakeLists.txt"