Skip to content

Commit

Permalink
ci: add sonar configuration for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk committed Oct 20, 2024
1 parent 5aacd05 commit 6179aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/poetry-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: poetry-build
on:
push:
branches: ['**/**']
pull_request:
types: [opened, synchronize, reopened]
jobs:
verify-with-tox:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6179aab

Please sign in to comment.