Sfoglia il codice sorgente

added missing include .hpp and .inc detection

removed redundant .py detection.
Samuel Nicholas 2 mesi fa
parent
commit
6d11a780bf
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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'