From b69e57487358651931ac7c1f3effb43fd0846e45 Mon Sep 17 00:00:00 2001 From: alexander-g <3867427+alexander-g@users.noreply.github.com> Date: Sat, 16 Jan 2021 17:41:00 +0100 Subject: [PATCH] correcting branch from main to master --- .github/workflows/cpp_ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp_ubuntu.yml b/.github/workflows/cpp_ubuntu.yml index 82174fbc5..706acc901 100644 --- a/.github/workflows/cpp_ubuntu.yml +++ b/.github/workflows/cpp_ubuntu.yml @@ -2,9 +2,9 @@ name: C++ Ubuntu on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build-ubuntu: