From 2c95e98ade4b6a404ad5efe3be60bb4af2fa2dcc Mon Sep 17 00:00:00 2001 From: miyaji255 <84168445+miyaji255@users.noreply.github.com> Date: Fri, 3 May 2024 11:26:27 +0900 Subject: [PATCH] =?UTF-8?q?CI=E3=81=AE=E5=AF=BE=E8=B1=A1=E3=81=ABrelease?= =?UTF-8?q?=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3d2c35..301d13a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [main, release/*] pull_request: - branches: [main] + branches: [main, release/*] permissions: contents: read