diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml new file mode 100644 index 0000000..ed4c5ef --- /dev/null +++ b/.github/workflows/build_all.yml @@ -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