removed redundant .py detection. (cherry picked from commit 6d11a780bf6478debb37569a7243a8d325809ea3)
@@ -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'