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
|
@ -10,6 +10,10 @@ d:
|
|||
# - dmd-nightly
|
||||
- ldc
|
||||
# - ldc-beta
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- pyenv global system 3.6
|
||||
|
|
Loading…
Reference in a new issue