Skip to content

Commit e9276ef

Browse files
committed
Always build the app if packages have changed
1 parent 0d8d3b9 commit e9276ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab/ci/build_app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
when: always
66
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
77
changes:
8+
- packages/**/*
89
- apps/**/*
910
- .gitlab/ci/build_app.yml
1011
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
1112
when: never
1213
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
1314
changes:
15+
- packages/**/*
1416
- apps/**/*
1517
- .gitlab/ci/build_app.yml
1618

0 commit comments

Comments
 (0)