From e5cdfab97dbdfa54f741cdf79a6b98880ae17cdb Mon Sep 17 00:00:00 2001 From: mandar1jn <49076509+mandar1jn@users.noreply.github.com> Date: Mon, 25 Oct 2021 02:05:11 +0200 Subject: [PATCH] made it so the cmake workflow runs on cmake related changes (#2083) --- .github/workflows/cmake.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7d9b25c7b..6e2b11e81 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.)