Skip to content

Commit 3ee2518

Browse files
authored
Merge pull request doccano#370 from CatalystCode/upstream-deploy
Bugfix/Only attempt deployments on upstream repository
2 parents 8d66e69 + 76a25d4 commit 3ee2518

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,19 @@ deploy:
4141
- provider: script
4242
script: tools/cd.sh travis-${TRAVIS_BUILD_NUMBER}
4343
on:
44+
repo: chakki-works/doccano
4445
branch: master
4546

4647
- provider: script
4748
script: tools/cd.sh ${TRAVIS_TAG}
4849
on:
50+
repo: chakki-works/doccano
4951
tags: true
5052

5153
- provider: pages
5254
skip_cleanup: true
5355
github_token: $GITHUB_TOKEN
5456
local_dir: site
5557
on:
58+
repo: chakki-works/doccano
5659
branch: master

0 commit comments

Comments
 (0)