aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-04-20 08:50:36 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-04-20 08:51:33 +0000
commit6bc0bb2936a41674bc992887ba17fddfa928ac90 (patch)
treef91446c65eeda0119d50837ce2e7fade1bdba6c0 /.github/workflows
parentef0ba6bccef34f414f54760747b54ee9ec2f6786 (diff)
downloadsrc-6bc0bb2936a41674bc992887ba17fddfa928ac90.tar.gz
src-6bc0bb2936a41674bc992887ba17fddfa928ac90.zip
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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cross-bootstrap-tools.yml2
1 files changed, 1 insertions, 1 deletions
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 ]