Skip to content

Commit

Permalink
Run npm tests on pull requests for better CI coverage (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
cigolpl authored Nov 11, 2023
1 parent 5f25254 commit 510b158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/push.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: push
name: CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 510b158

Please sign in to comment.