Skip to content
Snippets Groups Projects
Commit ce2e1572 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

run pipeline when .gitlab-ci.yml changes

parent 05f7ee68
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ build dev workflow:
rules:
- if: $CI_COMMIT_MESSAGE =~ /\A(?i)Revert/
when: always
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- .gitlab-ci.yml
when: always
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- services/workflow/**/*
......@@ -49,6 +53,10 @@ build dev capability:
rules:
- if: $CI_COMMIT_MESSAGE =~ /\A(?i)Revert/
when: always
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- .gitlab-ci.yml
when: always
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- services/capability/**/*
......
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