[ci] Allow for manually triggered workflow runs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-02-17 14:15:45 +00:00
parent 21b5bd8406
commit a956c5feac
+1 -1
View File
@@ -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: