Skip to content

Commit

Permalink
added path filter on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja García Rodríguez committed Jan 24, 2021
1 parent b93c6d6 commit b652c70
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/basket-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Basket/*
- .github/workflows/basket-api.yml
env:
SERVICE: basket-api
IMAGE: basket.api
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/catalog-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Catalog/*
- .github/workflows/catalog-api.yml
env:
SERVICE: catalog-api
IMAGE: catalog.api
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/identity-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Identity/*
- .github/workflows/identity-api.yml
env:
SERVICE: identity-api
IMAGE: identity.api
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/mobileshoppingagg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
pull_request:
branches:
- dev

paths:
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
- .github/workflows/mobileshoppingagg.yml
env:
SERVICE: mobileshoppingagg
IMAGE: mobileshoppingagg
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ordering-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- .github/workflows/ordering-api.yml
env:
SERVICE: ordering-api
IMAGE: ordering.api
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ordering-backgroundtasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- .github/workflows/ordering-backgroundtasks.yml
env:
SERVICE: ordering-backgroundtasks
IMAGE: ordering.backgroundtasks
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ordering-signalrhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- .github/workflows/ordering-signalrhub.yml
env:
SERVICE: ordering-signalrhub
IMAGE: ordering.signalrhub
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/payment-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Payment/*
- .github/workflows/payment-api.yml
env:
SERVICE: payment-api
IMAGE: payment.api
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/webhooks-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Webhooks/*
- .github/workflows/webhooks-api.yml
env:
SERVICE: webhooks-api
IMAGE: webhooks.api
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/webhooks-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Web/WebhookClient/*
- .github/workflows/webhooks-client.yml
env:
SERVICE: webhooks-client
IMAGE: webhooks.client
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
pull_request:
branches:
- dev
paths:

- src/BuildingBlocks/*
- src/Web/WebMVC/*
- .github/workflows/webmvc.yml

env:
SERVICE: webmvc
IMAGE: webmvc
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/webshoppingagg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
pull_request:
branches:
- dev

paths:
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
- .github/workflows/webshoppingagg.yml
env:
SERVICE: webshoppingagg
IMAGE: webshoppingagg
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/webstatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Web/WebStatus/*
- .github/workflows/webstatus.yml

env:
SERVICE: webstatus
IMAGE: webstatus
Expand Down

0 comments on commit b652c70

Please sign in to comment.