diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81a1da04..39279d99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,18 @@ # https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html name: CI -on: [pull_request] + +on: + pull_request: + paths: + - 'meson.build' + - 'meson_options.txt' + - 'src/**' + - 'include/**' + - 'protocols/**' + - 'scripts/**' + - '.github/workflows/**' + jobs: codestyle: name: CodeStyleCheck