Skip to content
Snippets Groups Projects
Commit 277d4955 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

deploy:dev if != main

parent db819998
No related branches found
No related tags found
No related merge requests found
Pipeline #151065 waiting for manual action with stages
in 7 minutes and 26 seconds
...@@ -520,7 +520,7 @@ build:prod:wiki: ...@@ -520,7 +520,7 @@ build:prod:wiki:
deploy:dev: deploy:dev:
extends: .deploy extends: .deploy
rules: rules:
- if: $CI_COMMIT_BRANCH == "dev" - if: $CI_COMMIT_BRANCH != "main"
needs: needs:
- "build:dev:wiki" - "build:dev:wiki"
when: manual when: manual
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment