Cleanup workflows

This commit is contained in:
CrazyMax
2020-05-07 00:01:12 +02:00
parent 2555b3b392
commit 88f1da8c86
2 changed files with 5 additions and 6 deletions
+3 -6
View File
@@ -4,10 +4,12 @@ on:
pull_request:
branches:
- master
- feature/*
- releases/*
push:
branches:
- master
- feature/*
- releases/*
jobs:
@@ -18,14 +20,9 @@ jobs:
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v2
-
name: Build
run: |
npm install
npm run build
-
name: Install
run: npm ci
run: npm install
-
name: Build
run: npm run build