Skip to content

Commit

Permalink
[clean] CI builds Ethereum application from master
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Apr 5, 2022
1 parent 32ca988 commit 6998f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 6998f8b

Please sign in to comment.