From 85c16bab6c0d97a104d949ce49122a683725b3ad Mon Sep 17 00:00:00 2001 From: Giacomo Bergami <35457258+gyankos@users.noreply.github.com> Date: Mon, 20 May 2024 00:19:26 +0100 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 569e89a..2c3e924 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -4,9 +4,9 @@ name: CMake on a single platform on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)