mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
(cherry picked from commit 6bc0bb2936)
This commit is contained in:
parent
643758d2c2
commit
b24f2d6d34
1 changed files with 1 additions and 1 deletions
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 a new issue