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:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script: ikiwiki --setup .ikiwiki/ikiwiki.setup
|
script: ikiwiki --setup .ikiwiki/ikiwiki.setup
|
||||||
except:
|
only:
|
||||||
- master
|
- branches
|
||||||
|
- tags
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue