Skip to content

Commit

Permalink
Update pio_build.yml
Browse files Browse the repository at this point in the history
manual run
  • Loading branch information
vortigont authored Aug 5, 2024
1 parent da79f03 commit 0457b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pio_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: PlatformIO CI

on:
workflow_dispatch: # Manual start
push:
branches: [ master, feat ]
paths:
Expand Down Expand Up @@ -63,4 +64,4 @@ jobs:
# env:
# PLATFORMIO_CI_SRC: ${{ matrix.code }}
# run: |
# pio ci -c ${{ matrix.code }}/platformio.ini
# pio ci -c ${{ matrix.code }}/platformio.ini

0 comments on commit 0457b14

Please sign in to comment.