Skip to content

Commit f76c32d

Browse files
authored
Automated tests (#145)
1 parent 952f1f4 commit f76c32d

File tree

4 files changed

+1530
-4
lines changed

4 files changed

+1530
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: npm CI
22

33
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: 0 11 * 1-2,11-12 1
7+
- cron: 0 10 * 3-10 1
48
push:
59
branches: [main]
610
pull_request:

0 commit comments

Comments
 (0)