added missing include .hpp and .inc detection

removed redundant .py detection.

(cherry picked from commit 6d11a780bf)
This commit is contained in:
Samuel Nicholas
2025-06-19 10:24:48 +09:30
committed by David Snopek
parent 4f2f319fb2
commit 6371691009

View File

@@ -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'