Enable GitHub actions CI for stable/13 as well

All cross-building patches have been merged to stable/13 so it should
also build fine on macOS+Linux.

Reviewed By:	uqs
MFC after:	immediately
Differential Revision: https://reviews.freebsd.org/D29831
This commit is contained in:
Alex Richardson 2021-04-20 09:50:36 +01:00
parent ef0ba6bcce
commit 6bc0bb2936

View File

@ -2,7 +2,7 @@ name: Cross-build Kernel
on:
push:
branches: [ main ]
branches: [ main, 'stable/13' ]
pull_request:
branches: [ main ]