Github actions: s/master/main/ for the CI workflow

This commit is contained in:
Ulrich Spörlein 2021-01-03 00:08:01 +01:00
parent 65d1a4cfda
commit 9c43bd646e

View file

@ -2,9 +2,9 @@ name: Cross-build Kernel
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: