Run tests only on branches and tags

This commit is contained in:
Achilleas Pipinellis 2016-07-07 06:42:44 +00:00
parent f27e0dbb13
commit 53200efe74

View file

@ -3,8 +3,9 @@ image: elecnix/ikiwiki
test:
stage: test
script: ikiwiki --setup .ikiwiki/ikiwiki.setup
except:
- master
only:
- branches
- tags
pages:
stage: deploy