summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml26
1 files changed, 25 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index da828f51e..114eb2c53 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,7 +5,31 @@ on:
push: # Master branch checks only validate the build and generate artifacts for testing.
branches:
- master
- pull_request: null # PR checks only validate the build and generate artifacts for testing.
+ pull_request: # PR checks only validate the build and generate artifacts for testing.
+ paths: # This MUST be kept in-sync with the paths-ignore key for the build-dummy.yml workflow.
+ - '**.c'
+ - '**.cc'
+ - '**.h'
+ - '**.hh'
+ - '**.in'
+ - '!netdata.spec.in'
+ - 'configure.ac'
+ - 'netdata-installer.sh'
+ - '**/Makefile*'
+ - 'Makefile*'
+ - '.github/workflows/build.yml'
+ - '.github/scripts/build-static.sh'
+ - '.github/scripts/get-static-cache-key.sh'
+ - '.github/scripts/gen-matrix-build.py'
+ - '.github/scripts/run-updater-check.sh'
+ - 'build/**'
+ - 'packaging/makeself/**'
+ - 'packaging/installer/**'
+ - 'aclk/aclk-schemas/'
+ - 'ml/dlib/'
+ - 'mqtt_websockets'
+ - 'web/server/h2o/libh2o'
+ - '!**.md'
workflow_dispatch: # Dispatch runs build and validate, then push to the appropriate storage location.
inputs:
type: