From c11d86124cba0b2956749d054a59abf0e4d960f2 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 30 Dec 2019 14:18:55 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Add=20branches-ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aea7da5..8b32191 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,13 +3,15 @@ name: 'Test' on: pull_request: types: [opened, synchronize] + branches-ignore: + - 'release-*' paths-ignore: - - '**.md' + - '**.md' push: paths-ignore: - - '**.md' + - '**.md' branches: - - master + - master jobs: test: