Skip to content
Snippets Groups Projects
Commit 2b71d3e8 authored by Éloïs's avatar Éloïs
Browse files

ci: default branch is master

parent 392ebe77
No related branches found
No related tags found
No related merge requests found
Pipeline #11861 passed
...@@ -17,7 +17,7 @@ tests: ...@@ -17,7 +17,7 @@ tests:
when: manual when: manual
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: '$CI_MERGE_REQUEST_ID ||$CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH =~ /^release/' - if: '$CI_MERGE_REQUEST_ID ||$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH =~ /^release/'
- when: manual - when: manual
stage: tests stage: tests
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment