We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aebeb7b + 79d5fff commit dae9515Copy full SHA for dae9515
.travis.yml
@@ -54,7 +54,7 @@ deploy:
54
- provider: script
55
on:
56
all_branches: true
57
- condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
+ condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^dependabot/
58
tags: false # Don't push tags to gh-pages
59
skip_cleanup: true
60
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
0 commit comments