ci: changed master to main

This commit is contained in:
2024-04-19 13:33:36 +02:00
parent 8d68e7df70
commit 701be5262a
2 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ trigger_bec:
variables:
OPHYD_DEVICES_BRANCH: $CI_COMMIT_REF_NAME
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'
semver:
stage: Deploy
@ -153,4 +153,4 @@ semver:
allow_failure: false
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: '$CI_COMMIT_REF_NAME == "main"'