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:
|
env:
|
||||||
- BUILD=
|
- BUILD=
|
||||||
- BUILD=dub
|
- BUILD=dub
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
script: "./.travis.sh"
|
script: "./.travis.sh"
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue