Skip to content

Commit 835a3ab

Browse files
authored
Merge pull request godotengine#1796 from enetheru/ci-change_detection
[GitHub CI] Fix source detection, added missing include .hpp and .inc to detection rules.
2 parents e17a5a7 + 6d11a78 commit 835a3ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/runner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ jobs:
3434
- '.github/workflows/*.yml'
3535
- '**/*.py'
3636
- '**/*.cpp'
37+
- '**/*.hpp'
3738
- '**/*.h'
39+
- '**/*.inc'
3840
- 'test/build_profile.json'
3941
- 'gdextension/extension_api.json'
4042
scons:
4143
- '**/SConstruct'
4244
- '**/SCsub'
43-
- '**/*.py'
4445
cmake:
4546
- '**/CMakeLists.txt'
4647
- '**/*.cmake'

0 commit comments

Comments
 (0)