From 41fb6a1fc9234781c9d9c0bf5bff791068c83fdb Mon Sep 17 00:00:00 2001 From: Thijmen Stavenuiter Date: Mon, 10 Jun 2024 22:42:56 +0200 Subject: [PATCH] Set on push --- .github/workflows/fix-php-code-style-issues.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index 56d54d362..aebce91bc 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -1,9 +1,6 @@ name: Fix PHP code style issues -on: - push: - paths: - - '**.php' +on: [push] permissions: contents: write