Skip to content

Commit

Permalink
restore sonar and test only on *.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch committed Mar 31, 2022
1 parent 45cb0ad commit 37fb09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ test:
- develop
- tags
- master
changes:
- "**/*.py"
parallel:
matrix:
- PYTHON_VERSION: ['3.7', '3.8', '3.9', '3.10']
Expand All @@ -73,6 +75,8 @@ sonarcloud-check:
- develop
- tags
- master
changes:
- "**/*.py"

# -- DEPLOY JOBS -------------------------------------------------------------------------
pages:
Expand Down

0 comments on commit 37fb09b

Please sign in to comment.