1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

.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
This commit is contained in:
Brooks Davis
2026-02-19 14:43:57 +00:00
parent 6d5a428056
commit 1e18927957
+1 -1
View File
@@ -2,7 +2,7 @@ name: Cross-build Kernel
on: on:
push: push:
branches: [ main, 'stable/14', 'stable/13' ] branches: [ main, 'stable/[1-9][0-9]' ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
workflow_dispatch: workflow_dispatch: