Trigger build only on branches (#1388)

This commit is contained in:
Eugenio Romano
2020-03-27 18:07:32 +00:00
committed by GitHub
parent 4536224cd4
commit 9b78cd28d1

View File

@@ -12,6 +12,12 @@ cache:
directories:
- node_modules
branches:
only:
- master
- development
- /.*beta.*/
before_install:
- sudo /etc/init.d/postgresql stop
- npm install -g npm@latest