From 0cc3132f5a6faf0cf427d3c1f3ab24b1845886cc Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Thu, 11 Mar 2021 14:44:47 +0100 Subject: [PATCH] Rename master into main in the Github CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2487f707..c51430384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Continuous integration on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: ci: