From 9c56a9ffa69658ccb933f8dfdb9294d01474f45b Mon Sep 17 00:00:00 2001 From: ruben beck Date: Mon, 23 Oct 2023 15:07:30 +0200 Subject: [PATCH] revert to use main branch --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 50a2094c4..1b8134066 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,8 +25,7 @@ jobs: - uses: actions/checkout@v3 with: - repository: 'breez/breez-sdk' - ref: 'bindings_request_response' + repository: 'breez/breez-sdk' ssh-key: ${{secrets.REPO_SSH_KEY}} path: 'breez-sdk'