Update .gitlab-ci.yml

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

View File

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