From 4b0a6b897b49fef3dab46bb0a7f3584004c98290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 22 Jan 2025 16:51:06 +0100 Subject: [PATCH] Run version check also when PR is marked ready --- .github/workflows/version-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index a29d660332e..73e3375cde5 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -2,7 +2,7 @@ name: Check work package version on: pull_request: - types: [labeled, synchronize] + types: [labeled, synchronize, ready_for_review] permissions: contents: read # to fetch code (actions/checkout)