Update .gitlab-ci.yml

This commit is contained in:
Cody Cook 2023-04-22 04:38:10 +00:00
commit d3d1f6f911

View file

@ -12,5 +12,6 @@ sonarqube-check:
script: script:
- sonar-scanner - sonar-scanner
allow_failure: true allow_failure: true
rules: only:
- if: $CI_COMMIT_BRANCH == 'main' - main # or the name of your main branch