Skip to content

Commit

Permalink
Merge pull request #4539 from owncloud/test/check_trigger_detekt
Browse files Browse the repository at this point in the history
[FIX] Fix Detekt workflow because paths makes PR not to trigger it
  • Loading branch information
jesmrec authored Jan 31, 2025
2 parents e90013a + bee468c commit 9bd4268
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
branches:
- "*"
paths:
- ".github/workflows/detekt.yml"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 9bd4268

Please sign in to comment.