diff --git a/.github/workflows/PIO-build.yml b/.github/workflows/PIO-build.yml index 23316d9a3c..cb331e557b 100644 --- a/.github/workflows/PIO-build.yml +++ b/.github/workflows/PIO-build.yml @@ -14,7 +14,7 @@ on: - '!CI/build/platformio-builder.py' - cmake/** - tools/** - - '!tools/platformio-build.py' + - '!tools/platformio/platformio-build.py' pull_request: paths-ignore: - .github/** @@ -27,7 +27,7 @@ on: - '!CI/build/platformio-builder.py' - cmake/** - tools/** - - '!tools/platformio-build.py' + - '!tools/platformio/platformio-build.py' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: