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
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
|
||||
- if: $CI_COMMIT_BRANCH != "pages"
|
||||
|
||||
pages:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue