mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
Run pages job only on master/develop
This commit is contained in:
parent
a58f496755
commit
3634de5484
@ -26,6 +26,8 @@ build:
|
||||
pages:
|
||||
stage: deploy
|
||||
before_script: []
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "develop"
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir public
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user