From 463b31b0a8288e48fb24ef6e14500f63d3a92b03 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 3 Sep 2020 13:58:08 +0200 Subject: [PATCH] [CI] Remove platformio-build.py from ignore paths Signed-off-by: Frederic Pillon --- .github/workflows/Continuous-Integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Continuous-Integration.yml b/.github/workflows/Continuous-Integration.yml index 4f603b6c00..4787545e95 100644 --- a/.github/workflows/Continuous-Integration.yml +++ b/.github/workflows/Continuous-Integration.yml @@ -11,6 +11,7 @@ on: - '!CI/build/arduino-cli.py' - '!CI/build/platformio-builder.py' - tools/** + - '!tools/platformio-build.py' pull_request: paths-ignore: - '*.json' @@ -20,6 +21,7 @@ on: - '!CI/build/arduino-cli.py' - '!CI/build/platformio-builder.py' - tools/** + - '!tools/platformio-build.py' jobs: astyle_check: runs-on: ubuntu-latest