From 9bfb0092ac5222057ee093fb921a7c0bf5e1f588 Mon Sep 17 00:00:00 2001 From: nyagamunene Date: Fri, 11 Oct 2024 15:45:21 +0300 Subject: [PATCH] fix build filters Signed-off-by: nyagamunene --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aca914d..3e41840 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,8 +29,8 @@ jobs: with: filters: | certs: - - "certs/**" - - "cmd/certs/**" + - "/**" + - "cmd/**" - "docker/Dockerfile" dependencies: