From 604846b63ca28cd73a67998308ac8777003e8303 Mon Sep 17 00:00:00 2001 From: Florian Pesth Date: Tue, 14 Nov 2023 20:54:55 +0100 Subject: [PATCH] Try to fix action --- .github/workflows/phpcs_psr12.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpcs_psr12.yml b/.github/workflows/phpcs_psr12.yml index f21341f..f91a559 100644 --- a/.github/workflows/phpcs_psr12.yml +++ b/.github/workflows/phpcs_psr12.yml @@ -3,10 +3,10 @@ name: "CI" on: workflow_dispatch: paths: - - "html" + - "html/**.php" pull_request: paths: - - "html" + - "html/**.php" jobs: phpcs: