mandar1jn
vor 3 Jahren
committed von
GitHub
Ursprung
Commit
e5cdfab97d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit
6 neuen und
0 gelöschten Zeilen
-
.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.) |
|
|
|