diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90b40a8..9a4871d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,17 @@ lint: script: | yarn install yarn lint + only: + - pushes + - merge_requests + - web tsc: stage: build script: | yarn install - tsc -p tsconfig.json -noEmit \ No newline at end of file + tsc -p tsconfig.json -noEmit + only: + - pushes + - merge_requests + - web \ No newline at end of file