From 713d4d614b6fdbb32587b9a0bb572b533ad50af5 Mon Sep 17 00:00:00 2001 From: Benedek Kupper <kupper.benedek@gmail.com> Date: Thu, 19 Dec 2024 21:38:21 +0100 Subject: [PATCH] switch to main branch --- .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 54569d3..de59f4e 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", "develop" ] pull_request: - branches: [ "master" ] + branches: [ "main", "develop" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)