Skip to content

Enable workflow_dispatch #296

Enable workflow_dispatch

Enable workflow_dispatch #296

name: PlatformIO Bluepill Environment
on:
push:
branches:
- master
pull_request:
branches:
- "*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python
uses: actions/[email protected]
with:
cache: 'pip'
python-version: '3.9'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run PlatformIO for Bluepill
run: platformio run -d ${{ github.workspace }}/c6021light