Github actions: s/master/main/ for the CI workflow
This commit is contained in:
parent
65d1a4cfda
commit
9c43bd646e
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 New Issue
Block a user