Prevent running CI twice when PRs are originated from the origin (#712)
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:
parent
272ae6370b
commit
df035368e2
|
|
@ -10,6 +10,9 @@ os:
|
|||
env:
|
||||
- BUILD=
|
||||
- BUILD=dub
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
script: "./.travis.sh"
|
||||
jobs:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in New Issue