Skip to content

Commit a25f85e

Browse files
(github-actions) change branch triggers and add more node versions
1 parent d75b03e commit a25f85e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
name: Node CI
22

33
on:
4-
pull_request:
5-
branches:
6-
- master
4+
pull_request: {}
75
push:
8-
branches:
9-
- master
6+
branches-ignore:
7+
- trying.tmp
8+
- staging.tmp
109

1110
jobs:
1211
build:
1312
runs-on: ubuntu-latest
1413

1514
strategy:
1615
matrix:
17-
node-version: [10.x, 12.x]
16+
node-version: [8.x, 10.x, 12.x, 13.x]
1817

1918
steps:
2019
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)