From 4e3d927e84fcaa1525bacbe6dfca1f0711c5f7ed Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 5 Mar 2022 20:59:41 +0100 Subject: [PATCH] =?UTF-8?q?GithubActions:=20re-evaluate=20cs=20job=20on=20?= =?UTF-8?q?=E2=80=9Eready-to-review=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-style.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 2e13b7296..1d27c9d38 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + types: [opened, synchronize, reopened, ready_for_review] jobs: php-cs-fixer: