summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-20 04:50:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-20 04:50:01 +0000
commitcd4377fab21e0f500bef7f06543fa848a039c1e0 (patch)
treeba00a55e430c052d6bed0b61c0f8bbe8ebedd313 /.github/workflows/build.yml
parentReleasing debian version 1.40.1-1. (diff)
downloadnetdata-cd4377fab21e0f500bef7f06543fa848a039c1e0.tar.xz
netdata-cd4377fab21e0f500bef7f06543fa848a039c1e0.zip
Merging upstream version 1.41.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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: