Переглянути джерело

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'