chore: Use main as default branch.

Closes https://github.com/solid/community-server/issues/365
This commit is contained in:
Ruben Verborgh
2021-02-03 09:10:45 +01:00
parent 0fe1bbd004
commit df19aa26ef

View File

@@ -3,12 +3,12 @@ name: CI
on:
push:
branches:
- master
- main
tags:
- v*
pull_request:
branches:
- master
- main
jobs:
lint: