From b587a0c4d969bc08df4901a8fac1692064356300 Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Tue, 5 Jan 2021 16:11:04 +0200 Subject: [PATCH] CI: rename master to main --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 760398086..f23b7d504 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -3,10 +3,10 @@ name: Build + Test on: push: branches: - - master + - main pull_request: branches: - - master + - main env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)