diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2024-09-11 09:42:08 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2025-04-08 10:31:43 +0000 |
| commit | d16397c1737f5f977e893daebde0e7009d6a9950 (patch) | |
| tree | 4dae66f503703bcf94e1cc3a7c7f111e3bbd7acd | |
| parent | 50725e585de77c20f7c96b836dd68ba954756ce7 (diff) | |
WIP: Cross-build github action on for-main
| -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 540e05cbd6e2..516374ab4c7b 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, 'stable/14', 'stable/13' ] + branches: [ main, 'stable/14', 'stable/13', 'for-main' ] pull_request: branches: [ main ] workflow_dispatch: |
