Skip to content

Commit

Permalink
Skip branches which were created by reverting PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
slintes committed Dec 12, 2018
1 parent 14c13f1 commit 95a7f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,7 @@ deploy:
on:
tags: false
all_branches: true
condition: $TRAVIS_BRANCH != revert-*
- provider: script
script: docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" && make publish DOCKER_TAG=$TRAVIS_TAG
skip_cleanup: true
Expand Down

0 comments on commit 95a7f64

Please sign in to comment.