mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 21:00:17 +03:00
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
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ os:
|
|||
env:
|
||||
- BUILD=
|
||||
- BUILD=dub
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
script: "./.travis.sh"
|
||||
jobs:
|
||||
include:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue