Pārlūkot izejas kodu

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 mēneši atpakaļ
vecāks
revīzija
835a3abeea
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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'