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.

28 lines
761 B

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