forked from Mirror/wren
don't publish docs from PRs, only from merges into master
This commit is contained in:
@ -13,7 +13,7 @@ jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
script: bash util/deployGHP.sh
|
||||
if: branch = master
|
||||
if: branch = master AND NOT type IN (pull_request)
|
||||
|
||||
# Travis VMs are 64-bit but we compile both for 32 and 64 bit. To enable the
|
||||
# 32-bit builds to work, we need gcc-multilib.
|
||||
|
||||
Reference in New Issue
Block a user