Skip to content

Commit

Permalink
modify triggers for PIO CI
Browse files Browse the repository at this point in the history
This will allow PR and push events to check formatting of pertinent library sources.
  • Loading branch information
2bndy5 committed Oct 26, 2023
1 parent 52b9aae commit 5996e13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ on:
- ".github/workflows/build_platformIO.yml"
- "library.json"
- "examples/**"
- "*.cpp"
- "*.h"
- "!Dns.*"
- "!clock-arch.*"
push:
paths:
- ".github/workflows/build_platformIO.yml"
- "library.json"
- "examples/**"
- "*.cpp"
- "*.h"
- "!Dns.*"
- "!clock-arch.*"
release:
types: [published, edited]

Expand All @@ -30,6 +38,7 @@ jobs:

build:
needs: [check_formatting, validate_lib_json]
if:
uses: nRF24/.github/.github/workflows/build_platformio.yaml@main
with:
example-path: ${{ matrix.example }}
Expand Down

0 comments on commit 5996e13

Please sign in to comment.