diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 910f22d..5735198 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,11 @@ name: CMake on: push: - branches: [ main ] - pull_request: - branches: [ main ] + branches: [ main, dev ] + paths-ignore: + - "docs/**" + #pull_request: + # branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)