CI: exclude test from pages branch
This commit is contained in:
parent
dd8f2c33ce
commit
e6220ddca2
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ test:
|
||||||
- hugo --minify
|
- hugo --minify
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
|
||||||
|
- if: $CI_COMMIT_BRANCH != "pages"
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue