소스 검색

update CI target fork

Brian Roberts 3 년 전
부모
커밋
6a0cd22e7a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/cmake.yml

+ 2 - 2
.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.)