We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200e6e6 commit 40b4a1aCopy full SHA for 40b4a1a
.github/workflows/PIO-build.yml
@@ -14,7 +14,7 @@ on:
14
- '!CI/build/platformio-builder.py'
15
- cmake/**
16
- tools/**
17
- - '!tools/platformio-build.py'
+ - '!tools/platformio/platformio-build.py'
18
pull_request:
19
paths-ignore:
20
- .github/**
@@ -27,7 +27,7 @@ on:
27
28
29
30
31
# Allows you to run this workflow manually from the Actions tab
32
workflow_dispatch:
33
jobs:
0 commit comments