File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2626 - ' !**/scorecard.yml'
2727 - ' !**/wheel.yml'
2828 - ' !**.properties'
29+ - ' !pyproject.toml'
2930 - ' !docs/**'
3031 # Run analysis on PRs only if the branch name indicates that the purpose of
3132 # the PR is related to the Sonar analysis. We don't run on every PR because
Original file line number Diff line number Diff line change 1616 - ' !**/scorecard.yml'
1717 - ' !**/wheel.yml'
1818 - ' !**.properties'
19+ - ' !pyproject.toml'
1920 - ' !docs/**'
2021 pull_request :
2122 paths :
Original file line number Diff line number Diff line change 2020 - ' **/run.py'
2121 - ' src/build-scripts/**'
2222 - ' ./*.md'
23+ - ' pyproject.toml'
2324 pull_request :
2425 paths-ignore :
2526 - ' **/ci.yml'
3334 - ' **/run.py'
3435 - ' src/build-scripts/**'
3536 - ' ./*.md'
37+ - ' pyproject.toml'
3638 schedule :
3739 # Full nightly build
3840 - cron : " 0 8 * * *"
You can’t perform that action at this time.
0 commit comments