Skip to content

Commit

Permalink
CI: Only build on changes to relevant folders
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 23, 2023
1 parent 9f44d75 commit a53bd11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/platformio-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,23 @@ name: PlatformIO CI
on:
push:
branches: [ main ]
paths:
- '.github/workflows/platformio-ci.yaml'
- 'scale-adjust/**'
- 'node-gprs-http/**'
- 'node-wifi-mqtt/**'
- 'node-esp8266-generic/**'
- 'node-esp32-generic/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/platformio-ci.yaml'
- 'scale-adjust/**'
- 'node-gprs-http/**'
- 'node-wifi-mqtt/**'
- 'node-esp8266-generic/**'
- 'node-esp32-generic/**'

# Allow job to be triggered manually.
workflow_dispatch:

Expand Down

0 comments on commit a53bd11

Please sign in to comment.