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

Commit 6ea808b

Browse files
author
williamd5
authored
Merge pull request #8 from cloudnode-pro/patch/ghw
Run tests on push to main
2 parents cf8acce + 51ac40f commit 6ea808b

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)