Github Actions
What are Github actions?
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline.
It can trigger workflows based on a good variety of events, such as pull requests created, labels added, releases pub...