diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2025-04-08 10:59:48 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2025-04-08 10:59:48 +0000 |
| commit | 487c7245a7899fe5bbc7cea30cca36ce33360a45 (patch) | |
| tree | 750f893f766c9b78a48f73ca9e2ab01cf4e95bf5 /.github/workflows | |
| parent | d937ddacc65c8dfbb9f4df4a520f8f60ebe6358f (diff) | |
Diffstat (limited to '.github/workflows')
| -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 516374ab4c7b..540e05cbd6e2 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', 'for-main' ] + branches: [ main, 'stable/14', 'stable/13' ] pull_request: branches: [ main ] workflow_dispatch: |
