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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user