Add sbt branch to allowed snapshots branches for deployment tests
diff --git a/Jenkinsfile b/Jenkinsfile
index 13614bb..c51e27c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,12 @@
             }
         }
         stage('Deploy') {
-            when { branch 'master' }
+            when {
+                anyOf {
+                    branch 'master'
+                    branch 'sbt'
+                }
+            }
             steps {
                 ansiColor('xterm') {
                     withCredentials([