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.

23 lines
772 B

4 years ago
  1. #Note: Azure DevOps template does not have an equivalent in GitHub Actions yet
  2. #Note: Azure DevOps template does not have an equivalent in GitHub Actions yet
  3. on:
  4. push:
  5. branches:
  6. - master
  7. - dev
  8. paths:
  9. - src/ApiGateways/Web.Bff.Shopping/aggregator/*
  10. - build/azure-devops/buildimages.yml
  11. - build/azure-devops/multiarch.yml
  12. - build/azure-devops/web-shopping-agg/*
  13. - deploy/k8s/helm/webshoppingagg/*
  14. env:
  15. registryEndpoint: eshop-registry
  16. jobs:
  17. job_1_template:
  18. # 'Note: Azure DevOps template does not have an equivalent in GitHub Actions yet'
  19. steps:
  20. - uses: actions/checkout@v2
  21. job_2_template:
  22. # 'Note: Azure DevOps template does not have an equivalent in GitHub Actions yet'
  23. steps:
  24. - uses: actions/checkout@v2