From af7ba727d55449cb277027f587d53ad5b84b3924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Falc=C3=B3n?= Date: Sun, 26 Apr 2026 09:48:25 +0100 Subject: [PATCH] ci: drop tests/** from code paths filter (#336) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aae6a0b1..1735a7d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -241,7 +241,6 @@ jobs: - 'public/**' - 'resources/**' - 'routes/**' - - 'tests/**' - 'storage/**' - 'artisan' - 'composer.json'