diff --git a/.github/workflows/compile_dll_in_cmake_and_test.yml b/.github/workflows/compile_dll_in_cmake_and_test.yml index 4a582a22..5ba28712 100644 --- a/.github/workflows/compile_dll_in_cmake_and_test.yml +++ b/.github/workflows/compile_dll_in_cmake_and_test.yml @@ -4,10 +4,10 @@ on: workflow_dispatch: push: - branches: [ "main_PyShp_2.3.1" ] + branches: [ "Cross_platform" ] pull_request: - branches: [ "main_PyShp_2.3.1" ] + branches: [ "Cross_platform" ] env: CONFIGURATION: Release