Skip to content
Snippets Groups Projects
Commit f994f2e2 authored by Yana Kernerman's avatar Yana Kernerman
Browse files

Merge branch 'tut01-refactor-pipeline' into 'main'

refactor pipeline

See merge request !9
parents 6b6b5be5 180bd911
No related branches found
No related tags found
1 merge request!9refactor pipeline
Pipeline #72239 passed
...@@ -2,7 +2,7 @@ workflow: ...@@ -2,7 +2,7 @@ workflow:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always when: always
- if: $CI_PIPELINE_SOURCE == "push" || $CI_COMMIT_BRANCH == "main" - if: $CI_PIPELINE_SOURCE == "push"
when: always when: always
- when: never - when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment