Browse Source

fix path filter

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
f1803c62ac
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .github/workflows/basket-api.yml

+ 3
- 4
.github/workflows/basket-api.yml View File

@ -1,3 +1,5 @@
name: basket-api
on:
push:
branches:
@ -6,10 +8,7 @@ on:
paths:
- src/BuildingBlocks/*
- src/Services/Basket/*
- build/azure-devops/buildimages.yml
- build/azure-devops/multiarch.yml
- build/azure-devops/basket-api/*
- deploy/k8s/helm/basket-api/*
- .github/workflows/basket-api.yml
env:
registryEndpoint: https://hub.docker.com/repository/docker/borjasanes/eshoponcontainers
services: basket-api


Loading…
Cancel
Save