From 070c894c22c5d10ca72397ceafd74c3088d1659e Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 29 Aug 2019 16:16:17 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E4=BF=AE=E5=A4=8D=20GitHub?= =?UTF-8?q?=20Actions=20=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1951e22..cd0e131 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,5 +1,9 @@ name: GitHub CI -on: [push] +on: + push: + branches: + - master + pull_request: jobs: build: runs-on: ubuntu-latest