From: Michael Brown Date: Tue, 3 Feb 2026 19:02:51 +0000 (+0000) Subject: [ci] Run tests on pull requests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c67e1110102ae7a9224d27de137dcf1f68a730;p=thirdparty%2Fipxe.git [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 --- 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 }}"