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:
parent
4bf20167f3
commit
7dbec8d1ad
|
@ -11,6 +11,10 @@ d:
|
|||
- ldc
|
||||
# - ldc-beta
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- pyenv global system 3.6
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
|
|
Loading…
Reference in a new issue