[BUGFIX] Only calling deployment on master and development

This commit is contained in:
JKetelaar
2016-11-01 23:13:17 +01:00
parent d919078d7d
commit ffd9d76080
+3 -1
View File
@@ -53,5 +53,7 @@ deploy:
acl: public_read
on:
repo: Parabot/Parabot
all_branches: true
branch:
- master
- development
jdk: 'oraclejdk7'