Skip to content

Commit 3d20d51

Browse files
committed
fix(ui): run UI jobs after merging into the master branch (#415)
1 parent e86bdd7 commit 3d20d51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ include:
88
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
99
changes:
1010
- ui/**/*
11+
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
12+
changes:
13+
- ui/**/*
1114

1215
default:
1316
image: node:lts-alpine

0 commit comments

Comments
 (0)