git: 78cc45712350 - main - .github: Enable manually running github actions

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 03 Feb 2024 04:08:15 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=78cc45712350d81d848706a77f28f90cc51ebfaf

commit 78cc45712350d81d848706a77f28f90cc51ebfaf
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2023-10-27 16:02:55 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-03 04:05:49 +0000

    .github: Enable manually running github actions
    
    Sponsored by:   Arm Ltd
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/878
---
 .github/workflows/cross-bootstrap-tools.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index 192249eff9a3..d2dcf2aaa6f3 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -5,6 +5,7 @@ on:
     branches: [ main, 'stable/14', 'stable/13' ]
   pull_request:
     branches: [ main ]
+  workflow_dispatch:
 
 permissions:
   contents: read