Skip to content

Commit

Permalink
add manual action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian authored May 28, 2024
1 parent 9a4c8ce commit 9b5e5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PlatformIO CI

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: debug
path: .pio/build/esp32debug/firmware.bin
path: .pio/build/esp32debug/firmware.bin

0 comments on commit 9b5e5b3

Please sign in to comment.