CI: exclude test from pages branch
This commit is contained in:
parent
e60f6cbc1c
commit
3b7f65491d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ test:
|
||||||
script:
|
script:
|
||||||
- hugo --minify
|
- hugo --minify
|
||||||
rules:
|
rules:
|
||||||
- if: ($CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH != "pages")
|
- if: ($CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_COMMIT_BRANCH != "pages")
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue