ci: tools: run the job on changes in include directory as well
[openwrt/openwrt.git] / .github / workflows / tools.yml
index b9d712c2a6966950d7fa8e75d75e75824c8516cb..76ebdc664b89ae5409e576d44600a6c5c9e6c6e4 100644 (file)
@@ -3,11 +3,13 @@ name: Build host tools
 on:
   pull_request:
     paths:
+      - 'include/**'
       - 'tools/**'
       - '.github/workflows/build-tools.yml'
       - '.github/workflows/tools.yml'
   push:
     paths:
+      - 'include/**'
       - 'tools/**'
       - '.github/workflows/build-tools.yml'
       - '.github/workflows/tools.yml'