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:
parent
ef0ba6bcce
commit
6bc0bb2936
2
.github/workflows/cross-bootstrap-tools.yml
vendored
2
.github/workflows/cross-bootstrap-tools.yml
vendored
@ -2,7 +2,7 @@ name: Cross-build Kernel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, 'stable/13' ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user