summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2023-10-27 17:26:15 +0100
committerWarner Losh <imp@FreeBSD.org>2024-02-02 21:05:49 -0700
commitf81301744e10789705fce10da47fd98bb5bc3af6 (patch)
tree2c57ffa41ccf10ec757a5b29e99e9ee258827029 /.github
parent4309f9f2347e05bf995dad89d7c21b0149d35b54 (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.yml2
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 ]