From 2d1923f4e7614793f70a1bc07b17c367af7cdf36 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sun, 7 Nov 2021 17:23:03 +0100 Subject: [PATCH] Switch to `main` default branch --- .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 5a8dc09..9c7eb7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: check: