Skip to content

Commit 519256c

Browse files
authored
Merge pull request scratchfoundation#5194 from rschamp/dont-build-tags
Don’t push tags to gh-pages
2 parents 17324e5 + 3d1ad74 commit 519256c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ deploy:
7676
on:
7777
all_branches: true
7878
condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
79+
tags: false # Don't push tags to gh-pages
7980
skip_cleanup: true
8081
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
8182
- provider: script

0 commit comments

Comments
 (0)