Skip to content

Commit

Permalink
「feature/」「dev-」ブランチは無視
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Sep 11, 2017
1 parent 08ebf43 commit 8272b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:
script: "sh gradlew githubRelease --continue"
on:
all_branches: true
condition: '! "$TRAVIS_BRANCH" =~ ^dev\\-.*$'
condition: '! "$TRAVIS_BRANCH" =~ ^(dev\\-|feature\\/).*$'
notifications:
email: false
webhooks:
Expand Down

0 comments on commit 8272b09

Please sign in to comment.