|
@@ -34,13 +34,14 @@ jobs:
|
|
- '.github/workflows/*.yml'
|
|
- '.github/workflows/*.yml'
|
|
- '**/*.py'
|
|
- '**/*.py'
|
|
- '**/*.cpp'
|
|
- '**/*.cpp'
|
|
|
|
+ - '**/*.hpp'
|
|
- '**/*.h'
|
|
- '**/*.h'
|
|
|
|
+ - '**/*.inc'
|
|
- 'test/build_profile.json'
|
|
- 'test/build_profile.json'
|
|
- 'gdextension/extension_api.json'
|
|
- 'gdextension/extension_api.json'
|
|
scons:
|
|
scons:
|
|
- '**/SConstruct'
|
|
- '**/SConstruct'
|
|
- '**/SCsub'
|
|
- '**/SCsub'
|
|
- - '**/*.py'
|
|
|
|
cmake:
|
|
cmake:
|
|
- '**/CMakeLists.txt'
|
|
- '**/CMakeLists.txt'
|
|
- '**/*.cmake'
|
|
- '**/*.cmake'
|