Skip to content

Commit c69fec7

Browse files
committed
Updating Snapshot Condition to Skip when Master has been updated from a Release
1 parent 9d731a2 commit c69fec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
include:
2323
- stage: snapshot
2424
name: "Deploy Snapshot to JCenter"
25-
if: branch = master AND type != pull_request
25+
if: branch = master AND type != pull_request AND commit_message !~ /^(prepare release ([0-9\.]+))$/
2626
jdk: openjdk8
2727
install: true
2828
script:

0 commit comments

Comments
 (0)