Merge pull request #1593 from borjasanes/fix/filter-workflows-on-pr
filter workflows on pr
This commit is contained in:
commit
fdc1e3eb97
5
.github/workflows/basket-api.yml
vendored
5
.github/workflows/basket-api.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Basket/*
|
||||||
|
- .github/workflows/basket-api.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: basket-api
|
SERVICE: basket-api
|
||||||
IMAGE: basket.api
|
IMAGE: basket.api
|
||||||
|
5
.github/workflows/catalog-api.yml
vendored
5
.github/workflows/catalog-api.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Catalog/*
|
||||||
|
- .github/workflows/catalog-api.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: catalog-api
|
SERVICE: catalog-api
|
||||||
IMAGE: catalog.api
|
IMAGE: catalog.api
|
||||||
|
5
.github/workflows/identity-api.yml
vendored
5
.github/workflows/identity-api.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Identity/*
|
||||||
|
- .github/workflows/identity-api.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: identity-api
|
SERVICE: identity-api
|
||||||
IMAGE: identity.api
|
IMAGE: identity.api
|
||||||
|
4
.github/workflows/mobileshoppingagg.yml
vendored
4
.github/workflows/mobileshoppingagg.yml
vendored
@ -12,6 +12,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
|
||||||
|
- .github/workflows/mobileshoppingagg.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: mobileshoppingagg
|
SERVICE: mobileshoppingagg
|
||||||
IMAGE: mobileshoppingagg
|
IMAGE: mobileshoppingagg
|
||||||
|
5
.github/workflows/ordering-api.yml
vendored
5
.github/workflows/ordering-api.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Ordering/*
|
||||||
|
- .github/workflows/ordering-api.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: ordering-api
|
SERVICE: ordering-api
|
||||||
IMAGE: ordering.api
|
IMAGE: ordering.api
|
||||||
|
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Ordering/*
|
||||||
|
- .github/workflows/ordering-backgroundtasks.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: ordering-backgroundtasks
|
SERVICE: ordering-backgroundtasks
|
||||||
IMAGE: ordering.backgroundtasks
|
IMAGE: ordering.backgroundtasks
|
||||||
|
5
.github/workflows/ordering-signalrhub.yml
vendored
5
.github/workflows/ordering-signalrhub.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Ordering/*
|
||||||
|
- .github/workflows/ordering-signalrhub.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: ordering-signalrhub
|
SERVICE: ordering-signalrhub
|
||||||
IMAGE: ordering.signalrhub
|
IMAGE: ordering.signalrhub
|
||||||
|
5
.github/workflows/payment-api.yml
vendored
5
.github/workflows/payment-api.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Payment/*
|
||||||
|
- .github/workflows/payment-api.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: payment-api
|
SERVICE: payment-api
|
||||||
IMAGE: payment.api
|
IMAGE: payment.api
|
||||||
|
5
.github/workflows/webhooks-api.yml
vendored
5
.github/workflows/webhooks-api.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Services/Webhooks/*
|
||||||
|
- .github/workflows/webhooks-api.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: webhooks-api
|
SERVICE: webhooks-api
|
||||||
IMAGE: webhooks.api
|
IMAGE: webhooks.api
|
||||||
|
5
.github/workflows/webhooks-client.yml
vendored
5
.github/workflows/webhooks-client.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Web/WebhookClient/*
|
||||||
|
- .github/workflows/webhooks-client.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: webhooks-client
|
SERVICE: webhooks-client
|
||||||
IMAGE: webhooks.client
|
IMAGE: webhooks.client
|
||||||
|
6
.github/workflows/webmvc.yml
vendored
6
.github/workflows/webmvc.yml
vendored
@ -13,6 +13,12 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
paths:
|
||||||
|
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Web/WebMVC/*
|
||||||
|
- .github/workflows/webmvc.yml
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SERVICE: webmvc
|
SERVICE: webmvc
|
||||||
IMAGE: webmvc
|
IMAGE: webmvc
|
||||||
|
4
.github/workflows/webshoppingagg.yml
vendored
4
.github/workflows/webshoppingagg.yml
vendored
@ -12,6 +12,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
|
||||||
|
- .github/workflows/webshoppingagg.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: webshoppingagg
|
SERVICE: webshoppingagg
|
||||||
IMAGE: webshoppingagg
|
IMAGE: webshoppingagg
|
||||||
|
5
.github/workflows/webspa.yml
vendored
5
.github/workflows/webspa.yml
vendored
@ -13,6 +13,11 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Web/WebSPA/*
|
||||||
|
- .github/workflows/webspa.yml
|
||||||
env:
|
env:
|
||||||
SERVICE: webspa
|
SERVICE: webspa
|
||||||
IMAGE: webspa
|
IMAGE: webspa
|
||||||
|
6
.github/workflows/webstatus.yml
vendored
6
.github/workflows/webstatus.yml
vendored
@ -13,6 +13,12 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Web/WebStatus/*
|
||||||
|
- .github/workflows/webstatus.yml
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SERVICE: webstatus
|
SERVICE: webstatus
|
||||||
IMAGE: webstatus
|
IMAGE: webstatus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user