Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 7989d54

Browse files
authored
Enable manual trigger for PlatformIO CI workflow
1 parent f262cc2 commit 7989d54

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Platformio_CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: PlatformIO CI
22

3-
on: [push]
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
build:

0 commit comments

Comments
 (0)