GitLab CI: add only: merge_requests
to danger
This commit is contained in:
parent
7dd40c46c5
commit
30bac2b005
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ deps:
|
|||
danger:
|
||||
stage: test
|
||||
script: yarn danger ci
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
lint-js:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue