diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2023-10-27 16:26:15 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-02-03 04:05:49 +0000 |
| commit | f81301744e10789705fce10da47fd98bb5bc3af6 (patch) | |
| tree | 2c57ffa41ccf10ec757a5b29e99e9ee258827029 /.github/workflows | |
| parent | 4309f9f2347e05bf995dad89d7c21b0149d35b54 (diff) | |
Diffstat (limited to '.github/workflows')
| -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 ] |
