From ae8eb229eca7b2afdc0ced8f645d17a0c040437b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 26 Dec 2023 09:36:50 +0100 Subject: [PATCH] chore: update workflows from templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/fixup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml index 8348f897d0..9548d19f2d 100644 --- a/.github/workflows/fixup.yml +++ b/.github/workflows/fixup.yml @@ -7,7 +7,7 @@ name: Block fixup and squash commits on: pull_request: - types: [opened, synchronize, reopened] + types: [opened, ready_for_review, reopened, synchronize] permissions: contents: read