diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2023-10-27 17:26:15 +0100 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-02-02 21:05:49 -0700 |
| commit | f81301744e10789705fce10da47fd98bb5bc3af6 (patch) | |
| tree | 2c57ffa41ccf10ec757a5b29e99e9ee258827029 /.github | |
| parent | 4309f9f2347e05bf995dad89d7c21b0149d35b54 (diff) | |
.github: Build stable/14
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index ddfcb467126e..192249eff9a3 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -2,7 +2,7 @@ name: Cross-build Kernel on: push: - branches: [ main, 'stable/13' ] + branches: [ main, 'stable/14', 'stable/13' ] pull_request: branches: [ main ] |
