We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e86bdd7 + 3d20d51 commit 86aa673Copy full SHA for 86aa673
ui/.gitlab-ci.yml
@@ -8,6 +8,9 @@ include:
8
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
9
changes:
10
- ui/**/*
11
+ - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
12
+ changes:
13
+ - ui/**/*
14
15
default:
16
image: node:lts-alpine
0 commit comments