Skip to content

remove linux latest #31

remove linux latest

remove linux latest #31

Workflow file for this run

name: build-all-platforms
on:
push:
branches: [ "particle" ]
pull_request:
branches: [ "particle" ]
workflow_dispatch:
jobs:
call-build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
call-publish:
uses: ./.github/workflows/reusable-publish.yml
secrets: inherit
needs: call-build
with:
build_run_id: ${{ github.run_id }}