Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/basket-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Basket/*
- src/BuildingBlocks/**
- src/Services/Basket/**
- .github/workflows/basket-api.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Basket/*
- src/BuildingBlocks/**
- src/Services/Basket/**
- .github/workflows/basket-api.yml
env:
SERVICE: basket-api
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/catalog-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Catalog/*
- src/BuildingBlocks/**
- src/Services/Catalog/**
- .github/workflows/catalog-api.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Catalog/*
- src/BuildingBlocks/**
- src/Services/Catalog/**
- .github/workflows/catalog-api.yml
env:
SERVICE: catalog-api
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/identity-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Identity/*
- src/BuildingBlocks/**
- src/Services/Identity/**
- .github/workflows/identity-api.yml

pull_request:
branches:
- dev

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

paths:
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/**
- .github/workflows/mobileshoppingagg.yml

pull_request:
branches:
- dev

paths:
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/**
- .github/workflows/mobileshoppingagg.yml
env:
SERVICE: mobileshoppingagg
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ordering-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- src/BuildingBlocks/**
- src/Services/Ordering/**
- .github/workflows/ordering-api.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- src/BuildingBlocks/**
- src/Services/Ordering/**
- .github/workflows/ordering-api.yml
env:
SERVICE: ordering-api
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ordering-backgroundtasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- src/BuildingBlocks/**
- src/Services/Ordering/**
- .github/workflows/ordering-backgroundtasks.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- src/BuildingBlocks/**
- src/Services/Ordering/**
- .github/workflows/ordering-backgroundtasks.yml
env:
SERVICE: ordering-backgroundtasks
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ordering-signalrhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- src/BuildingBlocks/**
- src/Services/Ordering/**
- .github/workflows/ordering-signalrhub.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Ordering/*
- src/BuildingBlocks/**
- src/Services/Ordering/**
- .github/workflows/ordering-signalrhub.yml
env:
SERVICE: ordering-signalrhub
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/payment-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Payment/*
- src/BuildingBlocks/**
- src/Services/Payment/**
- .github/workflows/payment-api.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Payment/*
- src/BuildingBlocks/**
- src/Services/Payment/**
- .github/workflows/payment-api.yml
env:
SERVICE: payment-api
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/webhooks-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Webhooks/*
- src/BuildingBlocks/**
- src/Services/Webhooks/**
- .github/workflows/webhooks-api.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Services/Webhooks/*
- src/BuildingBlocks/**
- src/Services/Webhooks/**
- .github/workflows/webhooks-api.yml
env:
SERVICE: webhooks-api
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/webhooks-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Web/WebhookClient/*
- src/BuildingBlocks/**
- src/Web/WebhookClient/**
- .github/workflows/webhooks-client.yml

pull_request:
branches:
- dev

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

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

pull_request:
branches:
- dev
paths:

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

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webshoppingagg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- dev

paths:
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
- src/ApiGateways/Web.Bff.Shopping/aggregator/**
- .github/workflows/webshoppingagg.yml

pull_request:
branches:
- dev

paths:
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
- src/ApiGateways/Web.Bff.Shopping/aggregator/**
- .github/workflows/webshoppingagg.yml
env:
SERVICE: webshoppingagg
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/webspa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

paths:
- src/BuildingBlocks/*
- src/Web/WebSPA/*
- src/BuildingBlocks/**
- src/Web/WebSPA/**
- .github/workflows/webspa.yml

pull_request:
branches:
- dev

paths:
- src/BuildingBlocks/*
- src/Web/WebSPA/*
- src/BuildingBlocks/**
- src/Web/WebSPA/**
- .github/workflows/webspa.yml
env:
SERVICE: webspa
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/webstatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- dev

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

pull_request:
branches:
- dev

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

env:
Expand Down