From df19aa26ef41400171dc0beb1b4e3ea5dd7ce7f1 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Wed, 3 Feb 2021 09:10:45 +0100 Subject: [PATCH] chore: Use main as default branch. Closes https://github.com/solid/community-server/issues/365 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74c9335af..3a55d4147 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,12 @@ name: CI on: push: branches: - - master + - main tags: - v* pull_request: branches: - - master + - main jobs: lint: