diff options
-rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 518f0836..5431580f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -3,10 +3,14 @@ name: Build & Package on: push: branches: [ main, develop ] + paths-ignore: + - '**/README.md' + - 'resources/**' pull_request: branches: [ develop ] paths-ignore: - '**/README.md' + - 'resources/**' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |