Try fixing travis conditions for deploy
This commit is contained in:
parent
0476c6a2a3
commit
df057871db
1 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
|
||||
- stage: "Deploy"
|
||||
name: "Source packaging"
|
||||
if: (tag IS present) AND (branch = master)
|
||||
if: (tag IS present) AND (branch = master) AND (type = push)
|
||||
env:
|
||||
- INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-src"
|
||||
addons:
|
||||
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
script: git-archive-all --prefix="sfizz-${TRAVIS_BRANCH}/" -9 "${INSTALL_DIR}.tar.gz"
|
||||
|
||||
- name: "Generate documentation"
|
||||
if: (tag IS present) AND (branch = master)
|
||||
if: (tag IS present) AND (branch = master) AND (type = push)
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue