From 1754c5101e8fefa496fa8ff83bbf24534db44943 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Mon, 11 Nov 2019 11:54:23 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ffd5247b..e5ff169d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ name: build -on: [push, create] +on: + - push + - create jobs: build: @@ -15,15 +17,15 @@ jobs: - name: npm install run: npm ci env: - CI: true + CI: 'true' - name: npm build run: npm run build env: - CI: true + CI: 'true' - name: web-ext lint run: npx web-ext lint -s dist env: - CI: true + CI: 'true' - uses: actions/upload-artifact@master with: name: EhSyringe.zip