Prevent running CI twice when PRs are originated from the origin (#204)

Prevent running CI twice when PRs are originated from the origin
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
BBasile 2018-11-02 06:05:10 +01:00 committed by The Dlang Bot
parent 4bf20167f3
commit 7dbec8d1ad

View file

@ -10,6 +10,10 @@ d:
# - dmd-nightly
- ldc
# - ldc-beta
branches:
only:
- master
before_install:
- pyenv global system 3.6