]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[ci] Run tests on pull requests
authorMichael Brown <mcb30@ipxe.org>
Tue, 3 Feb 2026 19:02:51 +0000 (19:02 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 3 Feb 2026 19:04:38 +0000 (19:04 +0000)
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 <mcb30@ipxe.org>
.github/workflows/build.yml

index 0fa983d725aecc4a8d03f2c60cc1440af8156f99..9736ebe7d164a558071e9cb0078cae9ed3a83ae1 100644 (file)
@@ -1,6 +1,8 @@
 name: Build
 
-on: push
+on:
+  push:
+  pull_request:
 
 env:
   MAKEFLAGS: "-j4 GITVERSION=${{ github.sha }}"