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
864 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/BuildingBlocks/*
  10. - src/Services/Ordering/*
  11. - build/azure-devops/buildimages.yml
  12. - build/azure-devops/multiarch.yml
  13. - build/azure-devops/ordering-api/*
  14. - deploy/k8s/helm/ordering-api/*
  15. - deploy/k8s/helm/ordering-backgroundtasks/*
  16. - deploy/k8s/helm/ordering-signalrhub/*
  17. env:
  18. registryEndpoint: eshop-registry
  19. jobs:
  20. job_1_template:
  21. # 'Note: Azure DevOps template does not have an equivalent in GitHub Actions yet'
  22. steps:
  23. - uses: actions/checkout@v2
  24. job_2_template:
  25. # 'Note: Azure DevOps template does not have an equivalent in GitHub Actions yet'
  26. steps:
  27. - uses: actions/checkout@v2