Skip to content

Commit

Permalink
fix(ci): wrong path for pio build
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Sep 21, 2023
1 parent 200e6e6 commit 40b4a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PIO-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -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:
Expand Down

0 comments on commit 40b4a1a

Please sign in to comment.