aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a99c3d31f2f1..d8893a6ecff8 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/[1-9][0-9]' ]
pull_request:
branches: [ main ]
workflow_dispatch: