Skip to content

Commit 1efa0c5

Browse files
committed
Run npm tests on pull requests for better CI coverage
1 parent 5f25254 commit 1efa0c5

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/push.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: push
1+
name: CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)