We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e17a5a7 + 6d11a78 commit 835a3abCopy full SHA for 835a3ab
1 file changed
.github/workflows/runner.yml
@@ -34,13 +34,14 @@ jobs:
34
- '.github/workflows/*.yml'
35
- '**/*.py'
36
- '**/*.cpp'
37
+ - '**/*.hpp'
38
- '**/*.h'
39
+ - '**/*.inc'
40
- 'test/build_profile.json'
41
- 'gdextension/extension_api.json'
42
scons:
43
- '**/SConstruct'
44
- '**/SCsub'
- - '**/*.py'
45
cmake:
46
- '**/CMakeLists.txt'
47
- '**/*.cmake'
0 commit comments