From af2d9eea4cabe15b9d811416294475b22718366b Mon Sep 17 00:00:00 2001 From: Klaas Pieter Annema Date: Sat, 27 Mar 2021 09:50:35 +0100 Subject: [PATCH] Change master branch to main --- .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 2894d63..badf17e 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: test: