mirror of
https://github.com/ipxe/ipxe
synced 2026-05-20 05:09:59 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
MAKEFLAGS: "-j4 GITVERSION=${{ github.sha }}"
|
MAKEFLAGS: "-j4 GITVERSION=${{ github.sha }}"
|
||||||
@@ -395,7 +396,6 @@ jobs:
|
|||||||
- linux
|
- linux
|
||||||
- combine
|
- combine
|
||||||
if: >-
|
if: >-
|
||||||
github.event_name == 'push' &&
|
|
||||||
github.ref == 'refs/heads/master' &&
|
github.ref == 'refs/heads/master' &&
|
||||||
vars.PAGES_REPO_NAME
|
vars.PAGES_REPO_NAME
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user