From 6d11a780bf6478debb37569a7243a8d325809ea3 Mon Sep 17 00:00:00 2001 From: Samuel Nicholas Date: Thu, 19 Jun 2025 10:24:48 +0930 Subject: [PATCH] added missing include .hpp and .inc detection removed redundant .py detection. --- .github/workflows/runner.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml index d056236ab..62f9327d9 100644 --- a/.github/workflows/runner.yml +++ b/.github/workflows/runner.yml @@ -34,13 +34,14 @@ jobs: - '.github/workflows/*.yml' - '**/*.py' - '**/*.cpp' + - '**/*.hpp' - '**/*.h' + - '**/*.inc' - 'test/build_profile.json' - 'gdextension/extension_api.json' scons: - '**/SConstruct' - '**/SCsub' - - '**/*.py' cmake: - '**/CMakeLists.txt' - '**/*.cmake'