From 83a95a9b0b7e16232192fa9c05a9def20d1833fd Mon Sep 17 00:00:00 2001 From: michalsn Date: Fri, 20 Dec 2024 17:49:19 +0100 Subject: [PATCH] test --- .github/workflows/test-phpunit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index ba566ce5c9d1..3e553390efdf 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -5,6 +5,7 @@ on: branches: - develop - '4.*' + - testing paths: - 'app/**.php' - 'system/**.php'