Skip to content

Commit

Permalink
fix: CI paths ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Oct 21, 2024
1 parent d1dec94 commit f2d08f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
push:
paths-ignore:
- "**/**.md"
- "/keywords.txt"
- "/library.json"
- "/library.properties"
- "/docs"
- "keywords.txt"
- "library.json"
- "library.properties"
- "docs/**"
pull_request:
paths-ignore:
- "**/**.md"
- "/keywords.txt"
- "/library.json"
- "/library.properties"
- "/docs"
- "keywords.txt"
- "library.json"
- "library.properties"
- "docs/**"

jobs:
arduino:
Expand Down

0 comments on commit f2d08f2

Please sign in to comment.