Browse Source

test builds on branch

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
32d056e0da
14 changed files with 14 additions and 0 deletions
  1. +1
    -0
      .github/workflows/basket-api.yml
  2. +1
    -0
      .github/workflows/catalog-api.yml
  3. +1
    -0
      .github/workflows/identity-api.yml
  4. +1
    -0
      .github/workflows/mobileshoppingagg.yml
  5. +1
    -0
      .github/workflows/ordering-api.yml
  6. +1
    -0
      .github/workflows/ordering-backgroundtasks.yml
  7. +1
    -0
      .github/workflows/ordering-signalrhub.yml
  8. +1
    -0
      .github/workflows/payment-api.yml
  9. +1
    -0
      .github/workflows/webhooks-api.yml
  10. +1
    -0
      .github/workflows/webhooks-client.yml
  11. +1
    -0
      .github/workflows/webmvc.yml
  12. +1
    -0
      .github/workflows/webshoppingagg.yml
  13. +1
    -0
      .github/workflows/webspa.yml
  14. +1
    -0
      .github/workflows/webstatus.yml

+ 1
- 0
.github/workflows/basket-api.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/catalog-api.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/identity-api.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/mobileshoppingagg.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*


+ 1
- 0
.github/workflows/ordering-api.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/ordering-backgroundtasks.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/ordering-signalrhub.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/payment-api.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/webhooks-api.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/webhooks-client.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/webmvc.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/webshoppingagg.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/ApiGateways/Web.Bff.Shopping/aggregator/*


+ 1
- 0
.github/workflows/webspa.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


+ 1
- 0
.github/workflows/webstatus.yml View File

@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- feature/github-actions
paths:
- src/BuildingBlocks/*


Loading…
Cancel
Save