Activate runner on merge requests
parent
9e88445bbf
commit
a8e0a81e55
|
@ -7,9 +7,17 @@ lint:
|
||||||
script: |
|
script: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn lint
|
yarn lint
|
||||||
|
only:
|
||||||
|
- pushes
|
||||||
|
- merge_requests
|
||||||
|
- web
|
||||||
|
|
||||||
tsc:
|
tsc:
|
||||||
stage: build
|
stage: build
|
||||||
script: |
|
script: |
|
||||||
yarn install
|
yarn install
|
||||||
tsc -p tsconfig.json -noEmit
|
tsc -p tsconfig.json -noEmit
|
||||||
|
only:
|
||||||
|
- pushes
|
||||||
|
- merge_requests
|
||||||
|
- web
|
Loading…
Reference in New Issue