Explorar o código

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

mandar1jn %!s(int64=4) %!d(string=hai) anos
pai
achega
e5cdfab97d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      .github/workflows/cmake.yml

+ 6 - 0
.github/workflows/cmake.yml

@@ -7,11 +7,17 @@ on:
       - 'src/**'
       - 'src/**'
       - 'examples/**'
       - 'examples/**'
       - '.github/workflows/cmake.yml'
       - '.github/workflows/cmake.yml'
+      - 'CMakeList.txt'
+      - 'CMakeOptions.txt'
+      - 'cmake/**'
   pull_request:
   pull_request:
     paths:
     paths:
       - 'src/**'
       - 'src/**'
       - 'examples/**'
       - 'examples/**'
       - '.github/workflows/cmake.yml'
       - '.github/workflows/cmake.yml'
+      - 'CMakeList.txt'
+      - 'CMakeOptions.txt'
+      - 'cmake/**'
 
 
 env:
 env:
   # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
   # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)