summaryrefslogtreecommitdiffstats
path: root/.github/workflows/packaging.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/packaging.yml')
-rw-r--r--.github/workflows/packaging.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index a8d502847..7e8c7e527 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -8,6 +8,29 @@ on:
- reopened
- labeled
- synchronize
+ paths: # This MUST be kept in-sync with the paths-ignore key for the packaging-dummy.yml workflow.
+ - '**.c'
+ - '**.cc'
+ - '**.h'
+ - '**.hh'
+ - '**.in'
+ - 'netdata.spec.in'
+ - 'configure.ac'
+ - '**/Makefile*'
+ - 'Makefile*'
+ - '.github/workflows/packaging.yml'
+ - '.github/scripts/gen-matrix-packaging.py'
+ - '.github/scripts/pkg-test.sh'
+ - 'build/**'
+ - 'packaging/*.sh'
+ - 'packaging/*.checksums'
+ - 'packaging/*.version'
+ - 'contrib/debian/**'
+ - 'aclk/aclk-schemas/'
+ - 'ml/dlib/'
+ - 'mqtt_websockets'
+ - 'web/server/h2o/libh2o'
+ - '!**.md'
branches:
- master
push: