Skip to content

Commit

Permalink
Add reusable build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Jul 18, 2024
1 parent 2e364f6 commit 6bad3fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Release build

on:
workflow_dispatch:
push:
branches:
- main
- master
- develop
pull_request:

jobs:
build:
name: Build application using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
upload_app_binaries_artifact: "compiled_app_bindaries"

0 comments on commit 6bad3fe

Please sign in to comment.