Skip to content

Commit

Permalink
fix(workflows): correct include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed Feb 17, 2024
1 parent 21dd821 commit 76df5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/loxone-client-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Loxone Client Kotlin check
on:
pull_request:
paths:
- '.*gradle.*'
- '**/*.versions.toml'
- '*.gradle.*'
- 'src/**'

jobs:
Expand Down

0 comments on commit 76df5f5

Please sign in to comment.