This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
added path filter on pr
pull/1593/head
Borja García Rodríguez
4 years ago
parent
b93c6d69bc
commit
b652c70f07
13 changed files
with
65 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.github/workflows/basket-api.yml
+5
-0
.github/workflows/catalog-api.yml
+5
-0
.github/workflows/identity-api.yml
+4
-0
.github/workflows/mobileshoppingagg.yml
+5
-0
.github/workflows/ordering-api.yml
+5
-0
.github/workflows/ordering-backgroundtasks.yml
+5
-0
.github/workflows/ordering-signalrhub.yml
+5
-0
.github/workflows/payment-api.yml
+5
-0
.github/workflows/webhooks-api.yml
+5
-0
.github/workflows/webhooks-client.yml
+6
-0
.github/workflows/webmvc.yml
+4
-0
.github/workflows/webshoppingagg.yml
+6
-0
.github/workflows/webstatus.yml
+ 5
- 0
.github/workflows/basket-api.yml
View File
@ -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
+ 5
- 0
.github/workflows/catalog-api.yml
View File
@ -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
+ 5
- 0
.github/workflows/identity-api.yml
View File
@ -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
+ 4
- 0
.github/workflows/mobileshoppingagg.yml
View File
@ -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
+ 5
- 0
.github/workflows/ordering-api.yml
View File
@ -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
+ 5
- 0
.github/workflows/ordering-backgroundtasks.yml
View File
@ -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
+ 5
- 0
.github/workflows/ordering-signalrhub.yml
View File
@ -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
+ 5
- 0
.github/workflows/payment-api.yml
View File
@ -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
+ 5
- 0
.github/workflows/webhooks-api.yml
View File
@ -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
+ 5
- 0
.github/workflows/webhooks-client.yml
View File
@ -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
+ 6
- 0
.github/workflows/webmvc.yml
View File
@ -13,6 +13,12 @@ on:
pull_request:
branches:
-
dev
paths:
-
src/BuildingBlocks/*
-
src/Web/WebMVC/*
-
.github/workflows/webmvc.yml
env:
SERVICE
:
webmvc
IMAGE
:
webmvc
+ 4
- 0
.github/workflows/webshoppingagg.yml
View File
@ -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
+ 6
- 0
.github/workflows/webstatus.yml
View File
@ -13,6 +13,12 @@ on:
pull_request:
branches:
-
dev
paths:
-
src/BuildingBlocks/*
-
src/Web/WebStatus/*
-
.github/workflows/webstatus.yml
env:
SERVICE
:
webstatus
IMAGE
:
webstatus
Write
Preview
Loading…
Cancel
Save