Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Feb 1, 2024
1 parent fe94107 commit 32ed43a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: PlatformIO CI

on:
workflow_dispatch:
pull_request:
push:
paths:
- "examples/**"
- "src/**"

- "lib/**"
- "platformio.ini"
- ".github/workflows/platformio.yml"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32ed43a

Please sign in to comment.