There was an error while loading. Please reload this page.
1 parent 32c77ff commit cf7eaa1Copy full SHA for cf7eaa1
1 file changed
.github/workflows/Platformio_CI.yml
@@ -1,6 +1,8 @@
1
name: PlatformIO CI
2
3
-on: [push]
+on:
4
+ push:
5
+ workflow_dispatch:
6
7
jobs:
8
build:
@@ -16,7 +18,7 @@ jobs:
16
18
key: ${{ runner.os }}-pio
17
19
- uses: actions/setup-python@v5
20
with:
- python-version: '3.11'
21
+ python-version: "3.11"
22
- name: Install PlatformIO Core
23
run: |
24
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
0 commit comments