Merge branch 'dev' into 'main'

Update ci cd

See merge request trustcafe/trustcafe-api-wrapper!2
This commit is contained in:
Simon Little 2026-04-07 12:16:53 +00:00
commit 42d6750cca

View file

@ -28,12 +28,15 @@ test:
publish:
stage: publish
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: '$CI_PIPELINE_SOURCE == "push"'
when: never # Prevent pipeline run for push event
- when: on_success
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
# - if: '$CI_PIPELINE_SOURCE == "push"'
# when: never # Prevent pipeline run for push event
- when: never
needs:
- test
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER