Trying to make workflow work

This commit is contained in:
2025-09-12 11:59:21 +02:00
parent fad5967dd5
commit b06d9dd277

View File

@@ -1,6 +1,6 @@
#Default CI copied from original repo #Default CI copied from original repo
# This CI will run: # This CI will run:
workflow: jobs:
rules: rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' # ... on merge requests - if: $CI_PIPELINE_SOURCE == 'merge_request_event' # ... on merge requests
- if: $CI_COMMIT_TAG # ... on tags - if: $CI_COMMIT_TAG # ... on tags