From 6925c005e6ad38bbee3769fd152b041371c3990c Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Fri, 25 Oct 2019 04:31:25 +0900 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88?= =?UTF-8?q?=E3=83=AA=E5=86=85=E3=81=8B=E3=82=89=E3=81=AE=E3=83=97=E3=83=AB?= =?UTF-8?q?=E3=83=AA=E3=82=AF=E3=81=A0=E3=81=A8=E7=84=A1=E9=A7=84=E3=81=AB?= =?UTF-8?q?=E4=BA=8C=E5=9B=9E=E8=B5=B0=E3=82=8B=E3=81=AE=E3=82=92=E6=8A=91?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nodejs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3aad033d54..fca2278323 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,7 +1,10 @@ name: Node.js CI on: - - push - - pull_request + push: + branches: + - master + - develop + pull_request: jobs: build_and_test: