Update .gitlab-ci.yml

This commit is contained in:
Cody Cook 2023-04-22 04:34:27 +00:00
commit 3859c3fe19

View file

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