From 9bce5c7d698b3945059c41dfa63495afe38d98df Mon Sep 17 00:00:00 2001 From: Dave Roverts Date: Mon, 21 Oct 2024 19:28:44 +0200 Subject: [PATCH] ci(pint): only run php files where changes --- .github/workflows/pint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index e0a3bbcc..af6f7d83 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -1,5 +1,8 @@ name: PHP Linting -on: pull_request +on: + pull_request: + paths: + - "**/*.php" jobs: phplint: runs-on: ubuntu-latest