diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 48ca6f7..bace92a 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v3 with: repository: LedgerHQ/app-ethereum - ref: ${{ ((github.base_ref || github.ref_name) == 'main' && 'master') || (github.base_ref || github.ref_name) }} + ref: ${{ ((github.base_ref || github.ref_name) == 'develop' && 'develop') || (github.base_ref || github.ref_name) }} submodules: recursive - name: Build