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

This commit is contained in:
mandar1jn
2021-10-25 02:05:11 +02:00
committed by GitHub
parent affb707dd9
commit e5cdfab97d

View File

@@ -7,11 +7,17 @@ on:
- 'src/**' - 'src/**'
- 'examples/**' - 'examples/**'
- '.github/workflows/cmake.yml' - '.github/workflows/cmake.yml'
- 'CMakeList.txt'
- 'CMakeOptions.txt'
- 'cmake/**'
pull_request: pull_request:
paths: paths:
- 'src/**' - 'src/**'
- 'examples/**' - 'examples/**'
- '.github/workflows/cmake.yml' - '.github/workflows/cmake.yml'
- 'CMakeList.txt'
- 'CMakeOptions.txt'
- 'cmake/**'
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)