We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ebf43 commit 8272b09Copy full SHA for 8272b09
.travis.yml
@@ -24,7 +24,7 @@ deploy:
24
script: "sh gradlew githubRelease --continue"
25
on:
26
all_branches: true
27
- condition: '! "$TRAVIS_BRANCH" =~ ^dev\\-.*$'
+ condition: '! "$TRAVIS_BRANCH" =~ ^(dev\\-|feature\\/).*$'
28
notifications:
29
email: false
30
webhooks:
0 commit comments