From 06f7470021e0a9a606c69e710e2a8a19fe45c4f5 Mon Sep 17 00:00:00 2001 From: Oscar Merida Date: Wed, 10 Dec 2025 23:27:59 -0500 Subject: [PATCH] * Change PHPMD to run on release only --- .github/workflows/mess-detector.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mess-detector.yml b/.github/workflows/mess-detector.yml index d02c008..fe1cebb 100644 --- a/.github/workflows/mess-detector.yml +++ b/.github/workflows/mess-detector.yml @@ -1,9 +1,9 @@ name: Mess Detector Report run-name: Run PHP Mess Detector on: - push: - branches: - - main + release: + types: + - published permissions: issues: write