GitLab CI: add only: merge_requests to danger

This commit is contained in:
Alex Gleason
2022-06-15 17:05:37 -05:00
parent 7dd40c46c5
commit 30bac2b005

View File

@ -25,6 +25,8 @@ deps:
danger:
stage: test
script: yarn danger ci
only:
- merge_requests
lint-js:
stage: test