Skip to content

Commit

Permalink
use paths for pull_request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Oct 28, 2024
1 parent 9428376 commit 8a2611e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ on:
]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
paths:
[
"abstractions/**",
"authentication/**",
"serialization/**",
"http/**",
"**.md",
".vscode/**",
"**.svg",
"vscode/**",
"!abstractions/**",
"!authentication/**",
"!serialization/**",
"!http/**",
"!**.md",
"!.vscode/**",
"!**.svg",
"!vscode/**",
]

permissions:
Expand Down

0 comments on commit 8a2611e

Please sign in to comment.