Run tests only on branches and tags
This commit is contained in:
parent
f27e0dbb13
commit
53200efe74
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ image: elecnix/ikiwiki
|
|||
test:
|
||||
stage: test
|
||||
script: ikiwiki --setup .ikiwiki/ikiwiki.setup
|
||||
except:
|
||||
- master
|
||||
only:
|
||||
- branches
|
||||
- tags
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue