From 502170e988b96058e0639efff83ad75c7f967fa3 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 12 Jan 2024 13:31:17 -0500 Subject: [PATCH] Rename action to prevent need to change --- .github/workflows/phpcs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index ea5b3170..eb17e427 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -1,14 +1,16 @@ name: Coding Standards on: - pull_request: + push: branches: - main + pull_request: types: [opened, synchronize, reopened, ready_for_review] jobs: coding-standards: if: github.event.pull_request.draft == false + name: PHP Coding Standards uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main with: working-directory: plugin