From 6bc0bb2936a41674bc992887ba17fddfa928ac90 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 20 Apr 2021 09:50:36 +0100 Subject: [PATCH] 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 --- .github/workflows/cross-bootstrap-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 65db86de3a97..f002cb0fbbe2 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -2,7 +2,7 @@ name: Cross-build Kernel on: push: - branches: [ main ] + branches: [ main, 'stable/13' ] pull_request: branches: [ main ] -- 2.41.0