Skip to content

Commit 099b033

Browse files
committed
Run CI on pushes to master and pull requests
1 parent 8975afe commit 099b033

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Build/test
22
on:
33
push:
4+
branches:
5+
- master
6+
pull_request:
47
branches:
58
- "**"
9+
610
jobs:
711
test:
812
runs-on: ${{ matrix.os }}
@@ -17,6 +21,7 @@ jobs:
1721
node-version: 14
1822
- run: npm install
1923
- run: npm test
24+
2025
test_windows:
2126
runs-on: windows-2019
2227
steps:

0 commit comments

Comments
 (0)