mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
WIP: Cross-build github action on for-main
This commit is contained in:
parent
50725e585d
commit
d16397c173
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cross-bootstrap-tools.yml
vendored
2
.github/workflows/cross-bootstrap-tools.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue