Add cmake/**
to the CMake job triggers
This commit is contained in:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
|
- cmake/**
|
||||||
- "**/CMakeLists.txt"
|
- "**/CMakeLists.txt"
|
||||||
- "CMakePresets.json"
|
- "CMakePresets.json"
|
||||||
- .github/workflows/cmake.yml
|
- .github/workflows/cmake.yml
|
||||||
@@ -14,6 +15,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
|
- cmake/**
|
||||||
- "**/CMakeLists.txt"
|
- "**/CMakeLists.txt"
|
||||||
- "CMakePresets.json"
|
- "CMakePresets.json"
|
||||||
- .github/workflows/**
|
- .github/workflows/**
|
||||||
|
Reference in New Issue
Block a user