From 66f239cc0efcf96516a1d6829c2ca66fde688078 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 3 May 2026 14:25:05 -0700 Subject: [PATCH] Run tests on pull request To help ensure that a pull request doesn't introduce regressions, it is helpful to run the test suite in GitHub Actions. This makes new test failures visible to new contributors. --- .github/workflows/nodejs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0cd5f506..9695ff92 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,6 +1,8 @@ name: Node CI -on: [push] +on: + pull_request: + push: jobs: build: