From d3912f139e668591fb2d967bb69cb4d8bf5cab6c Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 24 Jul 2024 17:03:59 +0200 Subject: [PATCH] Specify the matrix test paths Fixes https://github.com/hydephp/develop/issues/1792 --- .github/workflows/matrix-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/matrix-tests.yml b/.github/workflows/matrix-tests.yml index eede7a85199..3a84648e470 100644 --- a/.github/workflows/matrix-tests.yml +++ b/.github/workflows/matrix-tests.yml @@ -3,6 +3,14 @@ name: 🧪 Matrix Tests on: pull_request: branches: [ "master" ] + paths: + - 'app/**' + - 'packages/**' + - 'resources/**' + - 'tests/**' + - 'config/**' + - '.github/workflows/matrix-tests.yml' + - '*.*' jobs: