mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 04:16:33 +02:00
[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 <mcb30@ipxe.org>
This commit is contained in:
parent
5abbcab909
commit
59c67e1110
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Build
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
MAKEFLAGS: "-j4 GITVERSION=${{ github.sha }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user