From c932729a304f7d9eb5354afa38624cfa86a780cf Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 28 May 2026 18:06:04 +0200 Subject: [PATCH] ci : add ignore for bindings/{ruby, go} in build.yml [no ci] (#3837) This commit adds an ignore for bindings-ruby and bindings-go in build.yml as these are handled by separate .yml file (separate jobs) and don't need to trigger a full CI build. --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaaa8fe58..e855ef7cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,9 @@ on: pull_request: types: [opened, synchronize, reopened] + paths-ignore: + - 'bindings/ruby/**' # handled by bindings-ruby.yml + - 'bindings/go/**' # handled by bindings-go.yml workflow_dispatch: inputs: create_release: