summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authormandar1jn <[email protected]>2021-10-25 02:05:11 +0200
committerGitHub <[email protected]>2021-10-25 02:05:11 +0200
commite5cdfab97dbdfa54f741cdf79a6b98880ae17cdb (patch)
treebfb1f9a67ad69f351fb9ea2712e6edc51c83d91c /.github
parentaffb707dd939b7c9c6c873beb05a7baf17a8c7bd (diff)
downloadraylib-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.yml6
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.)