mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
added missing include .hpp and .inc detection
removed redundant .py detection.
This commit is contained in:
3
.github/workflows/runner.yml
vendored
3
.github/workflows/runner.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user