diff options
author | 2018-09-17 23:50:38 +0200 | |
---|---|---|
committer | 2018-09-17 23:50:38 +0200 | |
commit | a298fa85a39cad96d35483da85d683ae65c63845 (patch) | |
tree | 9cb2d681ef0aba4c59ac22dab44e92c534dff35c | |
parent | Follow naming scheme. (diff) |
Only run `deploy` step on `master` and `django`.
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5d4d75a..41ec8565 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,3 +114,6 @@ deploy: url: https://pysite.jchri.st tags: - docker + only: + - master + - django |