mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
Trigger build only on branches (#1388)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user