From 28f3cf363b5701d9e9f647b80f01aaa28803ef5a Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 17 Jul 2025 14:35:51 +0200 Subject: [PATCH] fix(actions): build API if the SDK changes (#8309) --- .github/workflows/api-build-lint-push-containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-build-lint-push-containers.yml b/.github/workflows/api-build-lint-push-containers.yml index 5fee1a2d8d..0fe6d4a0b9 100644 --- a/.github/workflows/api-build-lint-push-containers.yml +++ b/.github/workflows/api-build-lint-push-containers.yml @@ -6,6 +6,7 @@ on: - "master" paths: - "api/**" + - "prowler/**" - ".github/workflows/api-build-lint-push-containers.yml" # Uncomment the code below to test this action on PRs