(github-actions) change branch triggers and add more node versions

This commit is contained in:
Leah 2020-01-06 04:16:46 +01:00 committed by Leah
parent d75b03e4f6
commit a25f85e5aa

View File

@ -1,12 +1,11 @@
name: Node CI
on:
pull_request:
branches:
- master
pull_request: {}
push:
branches:
- master
branches-ignore:
- trying.tmp
- staging.tmp
jobs:
build:
@ -14,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [8.x, 10.x, 12.x, 13.x]
steps:
- uses: actions/checkout@v1