diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0277e69..21f312a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,10 +6,23 @@ name: CMake + Conan on: push: - branches: [ "master" ] + branches: + - "**" + paths: + - '.github/workflows/**' + - 'include/**' + - 'tests/**' + - '**/CMakeLists.txt' + - '**/conanfile.txt' pull_request: - branches: [ "master" ] - + branches: + - "**" + paths: + - '.github/workflows/**' + - 'include/**' + - 'tests/**' + - '**/CMakeLists.txt' + - '**/conanfile.txt' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)