Browse Source

paths filter

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

+ 3
- 4
.github/workflows/apigws.yml 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


Loading…
Cancel
Save