You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
871 B

4 years ago
  1. on:
  2. push:
  3. branches:
  4. - master
  5. - dev
  6. - feature/github-actions
  7. paths:
  8. - src/ApiGateways/*
  9. - .github/workflows/buildimages.yml
  10. - .github/workflows/multiarch.yml
  11. - .github/workflows/apigws/*
  12. - deploy/k8s/helm/apigwmm/*
  13. - deploy/k8s/helm/apigwms/*
  14. - deploy/k8s/helm/apigwwm/*
  15. - deploy/k8s/helm/apigwws/*
  16. paths-ignore:
  17. - src/ApiGateways/Mobile.Bff.Shopping/aggregator/*
  18. - src/ApiGateways/Web.Bff.Shopping/aggregator/*
  19. jobs:
  20. PublishCharts:
  21. runs-on: ubuntu-16.04
  22. if: ne('${{ env.Build.Reason }}', 'PullRequest')
  23. steps:
  24. - uses: actions/checkout@v2
  25. - run: Copy '${{ github.workspace }}/deploy/k8s/helm/' '${{ github.workspace }}/deploy/k8s/helm'
  26. shell: powershell
  27. - uses: actions/upload-artifact@v2
  28. with:
  29. path: ${{ github.workspace }}/deploy/k8s/helm
  30. name: helm