diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2026-02-19 14:43:57 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2026-02-19 15:10:32 +0000 |
| commit | 1e189279576497498cafad6f8c0a36a377b786a3 (patch) | |
| tree | 8c72952bf23ee39b99d4c70457ef5db77f038614 | |
| parent | 6d5a428056b52c7ce47b01d6af8aaaff6feecfdd (diff) | |
.github: support all stable branches
If this eventually poses a problem for unsupported branches we can fix
them directly.
Sponsored by: Innovate UK
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D53838
| -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 a99c3d31f2f1..d8893a6ecff8 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/14', 'stable/13' ] + branches: [ main, 'stable/[1-9][0-9]' ] pull_request: branches: [ main ] workflow_dispatch: |
