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

Commit cf7eaa1

Browse files
committed
add manual workflow_dispatch trigger
1 parent 32c77ff commit cf7eaa1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/Platformio_CI.yml

Lines changed: 4 additions & 2 deletions
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:
@@ -16,7 +18,7 @@ jobs:
1618
key: ${{ runner.os }}-pio
1719
- uses: actions/setup-python@v5
1820
with:
19-
python-version: '3.11'
21+
python-version: "3.11"
2022
- name: Install PlatformIO Core
2123
run: |
2224
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py

0 commit comments

Comments
 (0)