Skip to content

Commit dae9515

Browse files
authored
Merge pull request scratchfoundation#5861 from picklesrus/ghpages-dependabot
Stop building gh pages branches for dependabot
2 parents aebeb7b + 79d5fff commit dae9515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ deploy:
5454
- provider: script
5555
on:
5656
all_branches: true
57-
condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
57+
condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^dependabot/
5858
tags: false # Don't push tags to gh-pages
5959
skip_cleanup: true
6060
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git

0 commit comments

Comments
 (0)