diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cd0e2a..e4e0478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: CI on: pull_request: - branches: - - master push: branches: - master diff --git a/src/git_function.jl b/src/git_function.jl index 1a31f9d..1e34733 100644 --- a/src/git_function.jl +++ b/src/git_function.jl @@ -52,7 +52,7 @@ function git(; adjust_PATH::Bool = true, adjust_LIBPATH::Bool = true) end # Use OpenSSH from the JLL: . - if OpenSSH_jll.is_available() + if !Sys.iswindows() && OpenSSH_jll.is_available() path = split(get(ENV, "PATH", ""), pathsep) libpath = split(get(ENV, LIBPATH_env, ""), pathsep)