From 59c67e1110102ae7a9224d27de137dcf1f68a730 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 Feb 2026 19:02:51 +0000 Subject: [PATCH] [ci] Run tests on pull requests The automated tests that are run in the GitHub Actions workflow are now as comprehensive as those that are run manually. Run tests on pull requests as well as pushes, since the results are now meaningfully informative. Signed-off-by: Michael Brown --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fa983d72..9736ebe7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ name: Build -on: push +on: + push: + pull_request: env: MAKEFLAGS: "-j4 GITVERSION=${{ github.sha }}"