Skip to content

Commit

Permalink
Update pull-request-sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored May 14, 2024
1 parent ed86ca2 commit 6810f90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'src/*'
- "src/*"
paths-ignore:
- 'docs/*'
- 'docker/*'
- './github/*'
- "docs/*"
- "docker/*"
- "./github/*"
workflow_dispatch:

# defaults:
Expand Down

0 comments on commit 6810f90

Please sign in to comment.