Skip to content
Snippets Groups Projects
Commit c0590681 authored by Simon McVittie's avatar Simon McVittie
Browse files

Switch default branch from master to main


According to more modern git conventions.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent f5a66050
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ variables:
workflow:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != "master"
- if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != "main"
stages:
- checkout
......
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