Skip to content
Snippets Groups Projects
Commit e0f88189 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes when default branch is called main

...
parent fa3add6e
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ deploy-beta:
deploy-prod:
extends: .deploy
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment