From 2e17b33c3f63345b7c53f74e004faad6e2991712 Mon Sep 17 00:00:00 2001 From: shun198 Date: Sun, 22 Jan 2023 16:56:37 +0900 Subject: [PATCH] =?UTF-8?q?release=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81?= =?UTF-8?q?=E3=81=A7=E3=81=AE=E3=83=86=E3=82=B9=E3=83=88=E3=81=AF=E8=A1=8C?= =?UTF-8?q?=E3=82=8F=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d36e94..ee38194 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: Tests -on: [pull_request] +on: + pull_request: + branches-ignore: + - "release/**" jobs: test: name: Run Test Code