summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r--.github/workflows/checks.yml36
1 files changed, 35 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 799f8d991..4c892ffce 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -2,9 +2,43 @@
name: Checks
on:
push:
+ paths:
+ - '**.c'
+ - '**.cc'
+ - '**.h'
+ - '**.hh'
+ - '**.in'
+ - '!netdata.spec.in'
+ - 'configure.ac'
+ - '**/Makefile*'
+ - 'Makefile*'
+ - '.gitignore'
+ - '.github/workflows/checks.yml'
+ - 'build/**'
+ - 'aclk/aclk-schemas/'
+ - 'ml/dlib/'
+ - 'mqtt_websockets'
+ - 'web/server/h2o/libh2o'
branches:
- master
- pull_request: null
+ pull_request:
+ paths: # This MUST be kept in-sync with the paths-ignore key for the checks-dummy.yml workflow.
+ - '**.c'
+ - '**.cc'
+ - '**.h'
+ - '**.hh'
+ - '**.in'
+ - '!netdata.spec.in'
+ - 'configure.ac'
+ - '**/Makefile*'
+ - 'Makefile*'
+ - '.gitignore'
+ - '.github/workflows/checks.yml'
+ - 'build/**'
+ - 'aclk/aclk-schemas/'
+ - 'ml/dlib/'
+ - 'mqtt_websockets'
+ - 'web/server/h2o/libh2o'
env:
DISABLE_TELEMETRY: 1
concurrency: