Skip to content

Commit

Permalink
Update build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 9, 2023
1 parent 9dea7ce commit 864438f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Arduino_CI
on:
pull_request:
push:
# paths:
# - "examples/**"
# - "src/**"

paths:
- "examples/**"
- "src/**"
branches:
- t-watch-s3
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths:
- "examples/**"
- "src/**"
branches:
- "platformio.ini"
branches:
- t-watch-s3

jobs:
Expand Down

0 comments on commit 864438f

Please sign in to comment.