Browse Source

added missing include .hpp and .inc detection

removed redundant .py detection.

(cherry picked from commit 6d11a780bf6478debb37569a7243a8d325809ea3)
Samuel Nicholas 2 months ago
parent
commit
6371691009
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/runner.yml

+ 2 - 1
.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'