From 0ccfd3c747a4a85a15cc8fd898ef00463819b519 Mon Sep 17 00:00:00 2001 From: undefined Date: Fri, 27 Nov 2020 13:19:37 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8Dpull=5Frequest=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E8=A7=A6=E5=8F=91=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee3dc794..b87c87e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,4 +37,5 @@ jobs: file: ./.coverage/lcov.info name: codecov - name: Publish + if: ${{ github.event_name == "push" }} run: node build/publish.js \ No newline at end of file