Skip to content

Commit

Permalink
[test]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 21, 2025
1 parent b2894e7 commit 493580c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build all apps

on:
workflow_dispatch:
pull_request:
push:

jobs:

build_all_applications:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
devices: all

0 comments on commit 493580c

Please sign in to comment.