diff --git a/.travis.yml b/.travis.yml index 0d5c743e..2aee1c3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ jobs: stage: build ## TODO ATS-721: comment out until it is possible to run concurrent SAST scans # if: branch NOT IN (company_release) AND type != pull_request - if: branch = master + if: branch = master AND type != pull_request before_install: - bash _ci/static_analysis_init.sh - bash _ci/init.sh