Skip to content
Snippets Groups Projects
Commit f0f7a8e6 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Run build stage only on this project

parent 1ea0f0c9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
- if: $CI_COMMIT_BRANCH && $CI_PROJECT_NAME == "scripts"
variables:
......@@ -69,4 +69,4 @@ Publish spec:
artifacts:
name: "${CI_PROJECT_NAME}_${CI_COMMIT_TAG}"
paths:
- "${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx"
\ No newline at end of file
- "${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx"
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