summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cmake.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 7d9b25c7..6e2b11e8 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -7,11 +7,17 @@ on:
- 'src/**'
- 'examples/**'
- '.github/workflows/cmake.yml'
+ - 'CMakeList.txt'
+ - 'CMakeOptions.txt'
+ - 'cmake/**'
pull_request:
paths:
- 'src/**'
- 'examples/**'
- '.github/workflows/cmake.yml'
+ - 'CMakeList.txt'
+ - 'CMakeOptions.txt'
+ - 'cmake/**'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)