Skip to content

Commit 8272b09

Browse files
committed
「feature/」「dev-」ブランチは無視
1 parent 08ebf43 commit 8272b09

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
@@ -24,7 +24,7 @@ deploy:
2424
script: "sh gradlew githubRelease --continue"
2525
on:
2626
all_branches: true
27-
condition: '! "$TRAVIS_BRANCH" =~ ^dev\\-.*$'
27+
condition: '! "$TRAVIS_BRANCH" =~ ^(dev\\-|feature\\/).*$'
2828
notifications:
2929
email: false
3030
webhooks:

0 commit comments

Comments
 (0)