Skip to content

Commit

Permalink
fixed some PlatformIO registry issues. Added workflow filters
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Sep 22, 2023
1 parent ccdfcf5 commit a2929ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- master
paths-ignore:
- '**/README.md'

pull_request:
branches:
- master
paths-ignore:
- '**/README.md'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"authors":
[
{
"name": "@hpsaturn",
"name": "hpsaturn",
"url": "https://hpsaturn.com",
"maintainer": true
},
Expand Down

0 comments on commit a2929ff

Please sign in to comment.