diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-04-20 08:50:36 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-04-20 08:52:11 +0000 |
| commit | b24f2d6d34e48705c3c3e0cd58e8ebfdd2ef7c4f (patch) | |
| tree | 3a6e03dfc9f42b364cd073058d0c3f1f9577ebdd /.github | |
| parent | 643758d2c26058a153c191128a4f7efe7c6cf820 (diff) | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 2 |
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 ] |
