Always trigger CI on CMakeList changes

Thanks to @secretdataz
This commit is contained in:
Lemongrass3110 2023-05-17 11:06:19 +02:00
parent a4a8e58ba1
commit 5443d566a7

View File

@ -18,6 +18,8 @@ on:
# This workflow should run when a file in a source directory has been modified.
- 'src/**'
- '3rdparty/**'
# This workflow should run whenever a CMake related file has been modified
- '**/CMakeLists.txt'
jobs:
build: