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.
1 parent e86bdd7 commit 3d20d51Copy full SHA for 3d20d51
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