Skip to content

Adding submit to all channels functionality #358

Adding submit to all channels functionality

Adding submit to all channels functionality #358

name: PlatformIO Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PlatformIO Build
uses: ./.github/actions/platformio-build