Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 51ac40f

Browse files
author
williamd5
authored
Run tests on push to main
1 parent cf8acce commit 51ac40f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Unit tests
22
'on':
33
pull_request:
44
types: [ opened, synchronize, reopened ]
5+
push:
6+
branches:
7+
- 'main'
58
jobs:
69
test:
710
name: 'Node.js v${{ matrix.node }}'

0 commit comments

Comments
 (0)