mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-02 10:00:40 +02:00
ci: changed master to main
This commit is contained in:
parent
8d68e7df70
commit
701be5262a
@ -127,7 +127,7 @@ trigger_bec:
|
|||||||
variables:
|
variables:
|
||||||
OPHYD_DEVICES_BRANCH: $CI_COMMIT_REF_NAME
|
OPHYD_DEVICES_BRANCH: $CI_COMMIT_REF_NAME
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
|
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'
|
||||||
|
|
||||||
semver:
|
semver:
|
||||||
stage: Deploy
|
stage: Deploy
|
||||||
@ -153,4 +153,4 @@ semver:
|
|||||||
|
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_REF_NAME == "master"'
|
- if: '$CI_COMMIT_REF_NAME == "main"'
|
||||||
|
@ -42,7 +42,7 @@ ophyd_test = "ophyd_devices:launch"
|
|||||||
"Bug Tracker" = "https://gitlab.psi.ch/bec/ophyd_devices/issues"
|
"Bug Tracker" = "https://gitlab.psi.ch/bec/ophyd_devices/issues"
|
||||||
Homepage = "https://gitlab.psi.ch/bec/ophyd_devices"
|
Homepage = "https://gitlab.psi.ch/bec/ophyd_devices"
|
||||||
documentation = "https://bec.readthedocs.org"
|
documentation = "https://bec.readthedocs.org"
|
||||||
changelog = "https://gitlab.psi.ch/bec/ophyd_devices/blob/master/CHANGELOG.md"
|
changelog = "https://gitlab.psi.ch/bec/ophyd_devices/blob/main/CHANGELOG.md"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
include = ["*"]
|
include = ["*"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user