Skip to content

Commit ae45408

Browse files
authored
run CI on push
1 parent 363398e commit ae45408

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Unit Tests
2-
on: [pull_request]
2+
3+
on: [pull_request, push]
4+
35
jobs:
46
build:
57
runs-on: ubuntu-latest
@@ -15,5 +17,5 @@ jobs:
1517
node-version: ${{ matrix.node-version }}
1618
- name: Install
1719
run: npm install
18-
- name: Build & Test
20+
- name: Build and Test
1921
run: npm test

0 commit comments

Comments
 (0)