Add cmake/** to the CMake job triggers

This commit is contained in:
David Hrdlička
2022-03-09 02:56:45 +01:00
parent 14f834477a
commit 130ed17b1c

View File

@@ -5,6 +5,7 @@ on:
push:
paths:
- src/**
- cmake/**
- "**/CMakeLists.txt"
- "CMakePresets.json"
- .github/workflows/cmake.yml
@@ -14,6 +15,7 @@ on:
pull_request:
paths:
- src/**
- cmake/**
- "**/CMakeLists.txt"
- "CMakePresets.json"
- .github/workflows/**