From e6df5f04993b4d80c8e393eaff67857db9f08abd Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 28 Mar 2023 20:40:13 +0200 Subject: [PATCH] Change default branch to main --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8de97d0..ac03886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI-Release on: push: branches: - - master + - main jobs: clang-format: