Prechádzať zdrojové kódy

update CI target fork

Brian Roberts 2 rokov pred
rodič
commit
6a0cd22e7a
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      .github/workflows/cmake.yml

+ 2 - 2
.github/workflows/cmake.yml

@@ -2,9 +2,9 @@ name: CMake
 
 
 on:
 on:
   push:
   push:
-    branches: [ Preview4_0 ]
+    branches: [ development ]
   pull_request:
   pull_request:
-    branches: [ Preview4_0 ]
+    branches: [ development ]
 
 
 env:
 env:
   # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
   # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)