From 52d2758b945ae9a57efb89add532dd0cb53623be Mon Sep 17 00:00:00 2001 From: Colin Stewart <79332690+costdev@users.noreply.github.com> Date: Sun, 29 Jun 2025 02:58:13 +0100 Subject: [PATCH] Remove the `main` constraint when running the PHPCS workflow. (#140) --- .github/workflows/coding-standards.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 18695c7..87143ea 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -5,8 +5,6 @@ on: branches: - main pull_request: - branches: - - main workflow_dispatch: # Cancels all previous workflow runs for pull requests that have not completed.