mirror of
https://github.com/ipxe/ipxe
synced 2026-05-08 15:02:55 +03:00
[ci] Allow for manually triggered workflow runs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -3,6 +3,7 @@ name: Build
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
MAKEFLAGS: "-j4 GITVERSION=${{ github.sha }}"
|
||||
@@ -395,7 +396,6 @@ jobs:
|
||||
- linux
|
||||
- combine
|
||||
if: >-
|
||||
github.event_name == 'push' &&
|
||||
github.ref == 'refs/heads/master' &&
|
||||
vars.PAGES_REPO_NAME
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user