ci/docs: finalize transition to main branch

This commit is contained in:
Erik Sundell
2023-04-15 08:39:52 +02:00
parent 7fd97ad5e0
commit ed334ac050
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ jobs:
- run:
name: Check upgrade testing
command: |
if [ "$CIRCLE_BRANCH" == "master" ]; then
if [ "$CIRCLE_BRANCH" == "main" ]; then
echo "On master, no upgrade to test..."
circleci-agent step halt
else