From 6a0cd22e7a0a01762dcbd0475c795d5cda99136d Mon Sep 17 00:00:00 2001 From: Brian Roberts Date: Tue, 23 Aug 2022 22:47:34 -0500 Subject: [PATCH] update CI target fork --- .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 d6d2a3f54..d9db6e6f8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: CMake on: push: - branches: [ Preview4_0 ] + branches: [ development ] pull_request: - branches: [ Preview4_0 ] + branches: [ development ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)