mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Github actions: s/master/main/ for the CI workflow
This commit is contained in:
parent
65d1a4cfda
commit
9c43bd646e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cross-bootstrap-tools.yml
vendored
4
.github/workflows/cross-bootstrap-tools.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Cross-build Kernel
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue