瀏覽代碼

Merge pull request #1796 from enetheru/ci-change_detection

[GitHub CI] Fix source detection, added missing include .hpp and .inc to detection rules.
David Snopek 2 月之前
父節點
當前提交
835a3abeea
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/runner.yml

+ 2 - 1
.github/workflows/runner.yml

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