Merge pull request #1596 from borjasanes/fix/workflow-path-filter
workflow path filter including subfolders
This commit is contained in:
commit
bc7332f0d8
8
.github/workflows/basket-api.yml
vendored
8
.github/workflows/basket-api.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Basket/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Basket/**
|
||||
- .github/workflows/basket-api.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Basket/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Basket/**
|
||||
- .github/workflows/basket-api.yml
|
||||
env:
|
||||
SERVICE: basket-api
|
||||
|
8
.github/workflows/catalog-api.yml
vendored
8
.github/workflows/catalog-api.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Catalog/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Catalog/**
|
||||
- .github/workflows/catalog-api.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Catalog/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Catalog/**
|
||||
- .github/workflows/catalog-api.yml
|
||||
env:
|
||||
SERVICE: catalog-api
|
||||
|
8
.github/workflows/identity-api.yml
vendored
8
.github/workflows/identity-api.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Identity/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Identity/**
|
||||
- .github/workflows/identity-api.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Identity/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Identity/**
|
||||
- .github/workflows/identity-api.yml
|
||||
env:
|
||||
SERVICE: identity-api
|
||||
|
4
.github/workflows/mobileshoppingagg.yml
vendored
4
.github/workflows/mobileshoppingagg.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
|
||||
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/**
|
||||
- .github/workflows/mobileshoppingagg.yml
|
||||
|
||||
pull_request:
|
||||
@ -14,7 +14,7 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
|
||||
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/**
|
||||
- .github/workflows/mobileshoppingagg.yml
|
||||
env:
|
||||
SERVICE: mobileshoppingagg
|
||||
|
8
.github/workflows/ordering-api.yml
vendored
8
.github/workflows/ordering-api.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Ordering/**
|
||||
- .github/workflows/ordering-api.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Ordering/**
|
||||
- .github/workflows/ordering-api.yml
|
||||
env:
|
||||
SERVICE: ordering-api
|
||||
|
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Ordering/**
|
||||
- .github/workflows/ordering-backgroundtasks.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Ordering/**
|
||||
- .github/workflows/ordering-backgroundtasks.yml
|
||||
env:
|
||||
SERVICE: ordering-backgroundtasks
|
||||
|
8
.github/workflows/ordering-signalrhub.yml
vendored
8
.github/workflows/ordering-signalrhub.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Ordering/**
|
||||
- .github/workflows/ordering-signalrhub.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Ordering/**
|
||||
- .github/workflows/ordering-signalrhub.yml
|
||||
env:
|
||||
SERVICE: ordering-signalrhub
|
||||
|
8
.github/workflows/payment-api.yml
vendored
8
.github/workflows/payment-api.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Payment/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Payment/**
|
||||
- .github/workflows/payment-api.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Payment/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Payment/**
|
||||
- .github/workflows/payment-api.yml
|
||||
env:
|
||||
SERVICE: payment-api
|
||||
|
8
.github/workflows/webhooks-api.yml
vendored
8
.github/workflows/webhooks-api.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Webhooks/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Webhooks/**
|
||||
- .github/workflows/webhooks-api.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Webhooks/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Services/Webhooks/**
|
||||
- .github/workflows/webhooks-api.yml
|
||||
env:
|
||||
SERVICE: webhooks-api
|
||||
|
8
.github/workflows/webhooks-client.yml
vendored
8
.github/workflows/webhooks-client.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebhookClient/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebhookClient/**
|
||||
- .github/workflows/webhooks-client.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebhookClient/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebhookClient/**
|
||||
- .github/workflows/webhooks-client.yml
|
||||
env:
|
||||
SERVICE: webhooks-client
|
||||
|
8
.github/workflows/webmvc.yml
vendored
8
.github/workflows/webmvc.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebMVC/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebMVC/**
|
||||
- .github/workflows/webmvc.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
paths:
|
||||
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebMVC/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebMVC/**
|
||||
- .github/workflows/webmvc.yml
|
||||
|
||||
env:
|
||||
|
4
.github/workflows/webshoppingagg.yml
vendored
4
.github/workflows/webshoppingagg.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
|
||||
- src/ApiGateways/Web.Bff.Shopping/aggregator/**
|
||||
- .github/workflows/webshoppingagg.yml
|
||||
|
||||
pull_request:
|
||||
@ -14,7 +14,7 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
|
||||
- src/ApiGateways/Web.Bff.Shopping/aggregator/**
|
||||
- .github/workflows/webshoppingagg.yml
|
||||
env:
|
||||
SERVICE: webshoppingagg
|
||||
|
8
.github/workflows/webspa.yml
vendored
8
.github/workflows/webspa.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebSPA/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebSPA/**
|
||||
- .github/workflows/webspa.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebSPA/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebSPA/**
|
||||
- .github/workflows/webspa.yml
|
||||
env:
|
||||
SERVICE: webspa
|
||||
|
8
.github/workflows/webstatus.yml
vendored
8
.github/workflows/webstatus.yml
vendored
@ -6,8 +6,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebStatus/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebStatus/**
|
||||
- .github/workflows/webstatus.yml
|
||||
|
||||
pull_request:
|
||||
@ -15,8 +15,8 @@ on:
|
||||
- dev
|
||||
|
||||
paths:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Web/WebStatus/*
|
||||
- src/BuildingBlocks/**
|
||||
- src/Web/WebStatus/**
|
||||
- .github/workflows/webstatus.yml
|
||||
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user