Skip to content

Commit

Permalink
chore(CI): update Detekt scanning trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Aug 5, 2024
1 parent c2b79ac commit 2b13a95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
branches:
- main
paths:
- 'app/config/detekt.yml'
- .github/workflows/detekt.yml
- app/config/detekt.yml
- 'app/src/main/java/**'
- 'app/src/test/java/**'
- 'app/src/local/kotlin/**'
- 'app/src/debug/kotlin/**'
- 'app/src/release/kotlin/**'
pull_request:
branches:
- main
Expand Down

0 comments on commit 2b13a95

Please sign in to comment.