From c69fec703610d855b47971743a3fab81e0e907d9 Mon Sep 17 00:00:00 2001 From: "Davis, Kevin" Date: Fri, 10 May 2019 21:15:37 -0400 Subject: [PATCH] Updating Snapshot Condition to Skip when Master has been updated from a Release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e318457..cd26256a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ jobs: include: - stage: snapshot name: "Deploy Snapshot to JCenter" - if: branch = master AND type != pull_request + if: branch = master AND type != pull_request AND commit_message !~ /^(prepare release ([0-9\.]+))$/ jdk: openjdk8 install: true script: