diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2023-10-27 17:02:55 +0100 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-02-02 21:05:49 -0700 |
| commit | 78cc45712350d81d848706a77f28f90cc51ebfaf (patch) | |
| tree | 91bd9f4b770593a50c2d368f088408820e39c72c /.github | |
| parent | f81301744e10789705fce10da47fd98bb5bc3af6 (diff) | |
.github: Enable manually running github actions
Sponsored by: Arm Ltd
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/878
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
