diff options
| author | mandar1jn <[email protected]> | 2021-10-25 02:05:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-25 02:05:11 +0200 |
| commit | e5cdfab97dbdfa54f741cdf79a6b98880ae17cdb (patch) | |
| tree | bfb1f9a67ad69f351fb9ea2712e6edc51c83d91c /.github | |
| parent | affb707dd939b7c9c6c873beb05a7baf17a8c7bd (diff) | |
| download | raylib-e5cdfab97dbdfa54f741cdf79a6b98880ae17cdb.tar.gz raylib-e5cdfab97dbdfa54f741cdf79a6b98880ae17cdb.zip | |
made it so the cmake workflow runs on cmake related changes (#2083)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7d9b25c7..6e2b11e8 100644 --- a/.github/workflows/cmake.yml +++ b/.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.) |
