diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b915c63..5cc1222 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,6 +1,16 @@ name: CMake -on: [push] +on: + push: + branches: [ "master" ] + paths-ignore: + - 'README.md' + - 'docs/**' + + pull_request: + paths-ignore: + - 'README.md' + - 'docs/**' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)