From fb0b34386f8f06c5ac4bd1d36289dec036d30f8f Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sat, 28 Feb 2026 14:24:45 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20pull=5Frequest=20=E3=81=AE=20ready=5Ffor?= =?UTF-8?q?=5Freview=20=E3=81=A7=E3=82=82CI=E3=81=8C=E8=B5=B0=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 241b82a..2b589ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI on: pull_request: branches: [main] + types: [opened, synchronize, ready_for_review] push: branches: [main]