diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index aab6ce1b..017bba46 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -1,6 +1,6 @@ #Default CI copied from original repo # This CI will run: -workflow: +jobs: rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' # ... on merge requests - if: $CI_COMMIT_TAG # ... on tags