From 68551948839deee590bfdcd37e4f76e0f87e43cf Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 7 Apr 2023 18:45:29 +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 959116d..b0d8003 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: