serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 162 forks source link

Move CI/CD pipelines to GItHub Actions #483

Closed tbarlow12 closed 1 year ago

tbarlow12 commented 4 years ago

Currently all CI/CD pipelines are running in Azure DevOps, which we implemented before GitHub Actions were GA. We should move the pipelines to GitHub actions to be consistent with our integration tests and for project atomicity.

gligorkot commented 1 year ago

This can be closed, CI/CD pipelines are already in Github Actions.