Skip to content

Commit

Permalink
Merge pull request #165 from Buildings-IOT/functions-event
Browse files Browse the repository at this point in the history
Trigger Merge pipeline when spcific dir/sub dir changed
  • Loading branch information
nkotibiot committed May 19, 2022
2 parents dcef11a + 8882bae commit e87b37e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ api:
include: udmif/api/build.yml
rules:
- changes:
- "udmif/api/*"
- "udmif/api/**/*"

web:
stage: build
Expand All @@ -16,13 +16,13 @@ web:
include: udmif/web/build.yml
rules:
- changes:
- "udmif/web/*"
- "udmif/web/**/*"

gcp:
stage: build
trigger:
include: cloud/gcp/build.yml
rules:
- changes:
- "cloud/gcp/*"
- "cloud/gcp/**/*"

0 comments on commit e87b37e

Please sign in to comment.