瀏覽代碼

made it so the cmake workflow runs on cmake related changes (#2083)

mandar1jn 4 年之前
父節點
當前提交
e5cdfab97d
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/workflows/cmake.yml

+ 6 - 0
.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.)