paths filter

This commit is contained in:
Borja García Rodríguez 2020-12-22 11:21:02 +01:00
parent 2aee71504d
commit 003e6b4582

View File

@ -1,9 +1,11 @@
name: "apigws"
on:
push:
branches:
- master
- dev
- feature/github-actions
- feature/github-actions
paths:
- src/ApiGateways/*
- .github/workflows/buildimages.yml
@ -13,9 +15,6 @@ on:
- deploy/k8s/helm/apigwms/*
- deploy/k8s/helm/apigwwm/*
- deploy/k8s/helm/apigwws/*
paths-ignore:
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
- src/ApiGateways/Web.Bff.Shopping/aggregator/*
jobs:
PublishCharts:
runs-on: ubuntu-16.04