From 74d3a1717ead27cb4ae85e8eb193d982acd7cf61 Mon Sep 17 00:00:00 2001 From: Mikael Lund Date: Fri, 19 Jul 2024 15:12:10 +0200 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2d90188b..38f6b00d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: CMake on: push: - branches: [ "master" ] + branches: [ "development" ] pull_request: - branches: [ "master" ] + branches: [ "development" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)