Przeglądaj źródła

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

pull/2084/head
mandar1jn 3 lat temu
committed by GitHub
rodzic
commit
e5cdfab97d
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć
  1. +6
    -0
      .github/workflows/cmake.yml

+ 6
- 0
.github/workflows/cmake.yml Wyświetl plik

@ -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.)

Ładowanie…
Anuluj
Zapisz