GH Actions: switch to main

It's just a follow-up to https://github.com/systemd/systemd/issues/16834
This commit is contained in:
Evgeny Vereshchagin 2021-01-21 13:52:18 +00:00 committed by Frantisek Sumsal
parent fee6441601
commit 9b25429cb4
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ on:
- 'tools/oss-fuzz.sh'
push:
branches:
- master
- main
jobs:
Fuzzing:
runs-on: ubuntu-latest

View File

@ -5,10 +5,10 @@ name: mkosi
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
ci:

View File

@ -5,7 +5,7 @@ name: Unit tests
on:
pull_request:
branches:
- master
- main
jobs:
build: