Skip to content

Commit 4f8941e

Browse files
datedfaustbrian
authored andcommitted
chore: update workflow config (#69)
* chore: update workflow config * chore: remove node 10 & 11 * fix: typo
1 parent 537e729 commit 4f8941e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/test.yml

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

33
on:
4-
push:
5-
branches:
6-
- '**'
7-
pull_request:
8-
types: [opened]
4+
push:
5+
branches:
6+
- "master"
7+
- "develop"
8+
pull_request:
9+
types: [ready_for_review, synchronize, opened]
910

1011
jobs:
1112
unit:
1213
runs-on: ubuntu-latest
1314

1415
strategy:
1516
matrix:
16-
node-version: [10.x, 11.x, 12.x]
17+
node-version: [12.x]
1718

1819
steps:
1920
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)