Prevent running CI twice when PR originated from origin (#408)
Prevent running CI twice when PR originated from origin merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
parent
92d5e1ac8c
commit
dc8e7a087c
|
@ -11,6 +11,10 @@ os:
|
|||
- linux
|
||||
# - osx # disabled until travis has more mac resources
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
env:
|
||||
- BUILD=
|
||||
- BUILD=dub
|
||||
|
|
Loading…
Reference in New Issue