From dcf1505efad4e31e4b4a72e40136c400c17f06c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83=E2=84=A2?= <398188662@qq.com> Date: Thu, 7 Nov 2019 11:58:52 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468e7e6a61..10ef073e0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: GitHub Actions Build and Deploy linux-command -on: [push, pull_request] +on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest @@ -13,4 +13,4 @@ jobs: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages FOLDER: .deploy - BUILD_SCRIPT: npm install && npm run build \ No newline at end of file + BUILD_SCRIPT: npm install && npm run build