Skip to content

Commit 86aa673

Browse files
committed
Merge branch '415-ui-changes-ci' into 'master'
fix(ui): run UI jobs after merging into the master branch (#415) Closes #415 See merge request postgres-ai/database-lab!625
2 parents e86bdd7 + 3d20d51 commit 86aa673

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)