Skip to content

Commit 76a25d4

Browse files
committed
Only attempt deployments on upstream repository
1 parent 8d66e69 commit 76a25d4

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)