Update ci.yml

This commit is contained in:
小弟调调™ 2019-11-07 11:58:52 +08:00 committed by GitHub
parent 39bc2e7b86
commit dcf1505efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
BUILD_SCRIPT: npm install && npm run build