Skip to content

Commit 6c786bd

Browse files
author
Dennis Schwartz
committed
limit deployments to relevant branches
1 parent a499ccd commit 6c786bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services:
66
jobs:
77
include:
88
- stage: test
9-
before_install:
109
install:
1110
- pip install -r requirements.txt
1211
script:
1312
- python manage.py makemigrations
1413
- python manage.py migrate
1514
- stage: deploy-dev
15+
if: branch = master
1616
before_script:
1717
- docker pull philm/ansible_playbook
1818
- git clone https://github.com/biojs/biojs-backend-ansible.git

0 commit comments

Comments
 (0)