diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41a0a2b..234de53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,5 +56,7 @@ sast: variables: SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd stage: test + only: + - master include: - template: Security/SAST.gitlab-ci.yml