Skip to content
Snippets Groups Projects
Commit fda637ed authored by Ray's avatar Ray
Browse files

Exclude greenkeeper builds from gh-pages

They take up so much space and time, but aren't really looked at very much
parent a8ea46a3
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ deploy:
- provider: script
on:
all_branches: true
condition: $TRAVIS_EVENT_TYPE != cron
condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
skip_cleanup: true
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
- provider: script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment