Skip to content

Commit

Permalink
actions now depend on library
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Jan 27, 2025
1 parent a139173 commit 3725828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stima_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'platformio/stima_v2/stimawifi/**.h'
- 'platformio/stima_v2/stimawifi/**platformio.ini'
- '**stima_v2.yml'
- 'libraries/**'
- 'platformio/libraries/**'
# branches: [ master ]
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stima_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'platformio/stima_v3/**.h'
- 'platformio/stima_v3/**platformio.ini'
- '**stima_v3.yml'
- 'libraries/**'
- 'platformio/libraries/**'
# branches: [ master ]
pull_request:
workflow_dispatch:
Expand Down

0 comments on commit 3725828

Please sign in to comment.