Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krzbor authored Nov 24, 2024
1 parent 8fd029f commit 7ecb05d
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: Build binary

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

env:
ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS: "http://arduino.esp8266.com/stable/package_esp8266com_index.json https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json"
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: HeishaMon.ino.bin
path: HeishaMon/HeishaMon_*.bin
path: HeishaMon/HeishaMon_*.bin

0 comments on commit 7ecb05d

Please sign in to comment.