From 6998f8bbaa879fcf6678bd869b518af06c4c991c Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Tue, 5 Apr 2022 10:31:38 +0200 Subject: [PATCH] [clean] CI builds Ethereum application from master --- .github/workflows/ci-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 897cca9..60ff94f 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v2 with: repository: LedgerHQ/app-ethereum - ref: ${{ ((github.base_ref || github.ref_name) == 'main' && 'master') || (github.base_ref || github.ref_name) }} + ref: 'master' submodules: recursive - name: Build ethereum run: | @@ -120,7 +120,7 @@ jobs: uses: actions/checkout@v2 with: repository: LedgerHQ/app-ethereum - ref: ${{ ((github.base_ref || github.ref_name) == 'main' && 'master') || (github.base_ref || github.ref_name) }} + ref: 'master' submodules: recursive - name: Build ethereum run: | @@ -147,7 +147,7 @@ jobs: # uses: actions/checkout@v2 # with: # repository: LedgerHQ/app-ethereum - # ref: ${{ ((github.base_ref || github.ref_name) == 'main' && 'master') || (github.base_ref || github.ref_name) }} + # ref: 'master' # submodules: recursive # - name: Build ethereum # run: |