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.

26 lines
676 B

4 years ago
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/*
  11. - deploy/k8s/helm/apigwmm/*
  12. - deploy/k8s/helm/apigwms/*
  13. - deploy/k8s/helm/apigwwm/*
  14. - deploy/k8s/helm/apigwws/*
  15. jobs:
  16. PublishCharts:
  17. runs-on: ubuntu-16.04
  18. if: ne('${{ env.Build.Reason }}', 'PullRequest')
  19. steps:
  20. - uses: actions/checkout@v2
  21. - run: Copy '${{ github.workspace }}/deploy/k8s/helm/' '${{ github.workspace }}/deploy/k8s/helm'
  22. shell: powershell
  23. - uses: actions/upload-artifact@v2
  24. with:
  25. path: ${{ github.workspace }}/deploy/k8s/helm
  26. name: helm